diff options
| author | Mike McQuaid | 2017-04-22 15:44:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-04-22 15:44:47 +0100 |
| commit | 62764485c77cb99fbc1e6eea261cb60791905c8f (patch) | |
| tree | 1e6591d2b97d1a3885ad0bd93c16b2a66efe010a /Library | |
| parent | 10d70aa93a25b80efe3581cf82e789f05716517d (diff) | |
| download | brew-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/config | 1 |
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" |
