aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike McQuaid2018-02-27 14:29:55 +0000
committerMike McQuaid2018-02-27 14:30:30 +0000
commitd4a3fc088f7baddf5a9bb1f9609987ffb4311046 (patch)
tree5fe509f35679cb612cce2b25279cc7e9791147cb /.travis.yml
parent7b365262ff356a059bb812c9e34478e04095ca06 (diff)
downloadbrew-d4a3fc088f7baddf5a9bb1f9609987ffb4311046.tar.bz2
travis.yml: fix bundler caching.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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