aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike McQuaid2017-05-08 08:38:25 +0100
committerMike McQuaid2017-05-08 08:38:25 +0100
commit9853a78397061cc6a550bc3a6c37d269d8be73eb (patch)
tree7cc8aa691838982fc2120e843f3fe90f04cac00a /.travis.yml
parent0d5956948e597efd4186fbc590fa664f9ed6f429 (diff)
downloadbrew-9853a78397061cc6a550bc3a6c37d269d8be73eb.tar.bz2
Travis CI tweaks.
Attempt to improve Travis CI. This time without any vendoring gems nonsense.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e1906a5c..c6c42a08b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ cache:
directories:
- $HOME/.gem/ruby
- Library/Homebrew/vendor/bundle
+ # For parallel_rspec
+ - Library/Homebrew/tmp
matrix:
include:
@@ -10,6 +12,7 @@ matrix:
osx_image: xcode8.3
rvm: system
- os: linux
+ sudo: false
rvm: 2.0.0
before_install: