diff options
| author | Mike McQuaid | 2018-02-27 14:29:55 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2018-02-27 14:30:30 +0000 |
| commit | d4a3fc088f7baddf5a9bb1f9609987ffb4311046 (patch) | |
| tree | 5fe509f35679cb612cce2b25279cc7e9791147cb /.travis.yml | |
| parent | 7b365262ff356a059bb812c9e34478e04095ca06 (diff) | |
| download | brew-d4a3fc088f7baddf5a9bb1f9609987ffb4311046.tar.bz2 | |
travis.yml: fix bundler caching.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 37417a10a..1c8524d81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
