aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-05-07 16:00:04 +0100
committerMike McQuaid2017-05-07 16:00:04 +0100
commit5cdb0d0a6dfad1ae061fed54373f7d7d7da1047b (patch)
tree602b22e4418cc873a408a6ed627f9c04c80389ca /Library
parent2372872974d1049c2beafe7dedb7f8f882502058 (diff)
downloadbrew-5cdb0d0a6dfad1ae061fed54373f7d7d7da1047b.tar.bz2
Travis CI tweaks
Tweak our Travis CI configuration and the one we suggest for taps to be faster and use caching.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/tap-new.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/tap-new.rb b/Library/Homebrew/dev-cmd/tap-new.rb
index 48449e98d..0dbb5476d 100644
--- a/Library/Homebrew/dev-cmd/tap-new.rb
+++ b/Library/Homebrew/dev-cmd/tap-new.rb
@@ -46,9 +46,10 @@ module Homebrew
travis = <<-EOS.undent
language: ruby
os: osx
- env: OSX=10.12
osx_image: xcode8.3
rvm: system
+ cache:
+ directories: /usr/local/Homebrew/Library/Homebrew/vendor
before_install:
- export TRAVIS_COMMIT="$(git rev-parse --verify -q HEAD)"