aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-04-22 15:44:47 +0100
committerMike McQuaid2017-04-22 15:44:47 +0100
commit62764485c77cb99fbc1e6eea261cb60791905c8f (patch)
tree1e6591d2b97d1a3885ad0bd93c16b2a66efe010a /Library
parent10d70aa93a25b80efe3581cf82e789f05716517d (diff)
downloadbrew-62764485c77cb99fbc1e6eea261cb60791905c8f.tar.bz2
travis.yml: cache Bundler output.
Travis needs some coaxing to find where we put it. This should improve build reliability due to network issues.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/.bundle/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/.bundle/config b/Library/Homebrew/test/.bundle/config
index e451829e9..20549341c 100644
--- a/Library/Homebrew/test/.bundle/config
+++ b/Library/Homebrew/test/.bundle/config
@@ -1,3 +1,4 @@
---
BUNDLE_PATH: "../vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"
+BUNDLE_BIN: "../bin"