diff options
| author | Mike McQuaid | 2018-01-26 22:31:08 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2018-01-26 22:32:55 +0000 |
| commit | 582b9fb3c6330510d2022f12e502efabf371a662 (patch) | |
| tree | 0280955d42ecf9cdea4ddb45186fb7c409639bdf /.travis.yml | |
| parent | ede3d91f0ab2b9c1ae8cc86fff45d25e4f9f6e6d (diff) | |
| download | brew-582b9fb3c6330510d2022f12e502efabf371a662.tar.bz2 | |
travis.yml: HOME Ruby path caching not needed.
This ins stored in vendor/bundle now instead.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 822af4a22..fd43e3942 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: c cache: directories: - - $HOME/.gem/ruby - $HOME/Library/Caches/Homebrew/style - $HOME/Library/Caches/Homebrew/tests - $HOME/Library/Homebrew/vendor/bundle |
