Merge pull request #3847 from MikeMcQuaid/travis-caching

travis.yml: fix bundler caching.
This commit is contained in:
Mike McQuaid 2018-02-27 15:36:34 +00:00 committed by GitHub
commit e3be551244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ cache:
directories:
- $HOME/Library/Caches/Homebrew/style
- $HOME/Library/Caches/Homebrew/tests
- $HOME/Library/Homebrew/vendor/bundle
- Library/Homebrew/vendor/bundle
branches:
only:
- master

View File

@ -50,8 +50,7 @@ module Homebrew
osx_image: xcode9.2
cache:
directories:
- $HOME/.gem/ruby
- Library/Homebrew/vendor/bundle
- /usr/local/Homebrew/Library/Homebrew/vendor/bundle
branches:
only:
- master