travis.yml: fix bundler caching.
This commit is contained in:
parent
7b365262ff
commit
d4a3fc088f
@ -3,7 +3,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/Library/Caches/Homebrew/style
|
- $HOME/Library/Caches/Homebrew/style
|
||||||
- $HOME/Library/Caches/Homebrew/tests
|
- $HOME/Library/Caches/Homebrew/tests
|
||||||
- $HOME/Library/Homebrew/vendor/bundle
|
- Library/Homebrew/vendor/bundle
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
@ -50,8 +50,7 @@ module Homebrew
|
|||||||
osx_image: xcode9.2
|
osx_image: xcode9.2
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.gem/ruby
|
- /usr/local/Homebrew/Library/Homebrew/vendor/bundle
|
||||||
- Library/Homebrew/vendor/bundle
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user