From 62764485c77cb99fbc1e6eea261cb60791905c8f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 22 Apr 2017 15:44:47 +0100 Subject: travis.yml: cache Bundler output. Travis needs some coaxing to find where we put it. This should improve build reliability due to network issues. --- Library/Homebrew/test/.bundle/config | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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" -- cgit v1.2.3