Skip to content

Commit d28ce18

Browse files
author
Patrik Höglund
committed
Don't cache
1 parent 354dc32 commit d28ce18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ env:
88
- CLOUDSDK_CORE_DISABLE_PROMPTS=1
99
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speed up html-proofer install
1010

11+
# Run the install script, but suppress tar output since excessive output
12+
# makes Travis choke.
1113
before_install:
1214
- if [ ! -d ${HOME}/google-cloud-sdk ]; then
13-
curl https://sdk.cloud.google.com | bash;
15+
curl https://sdk.cloud.google.com | bash | grep -v google-cloud-sdk;
1416
fi
1517

1618
cache:
1719
bundler: true
18-
directories:
19-
- "$HOME/google-cloud-sdk/"
2020

2121
# See the following for more details:
2222
# https://docs.travis-ci.com/user/customizing-the-build/#Building-Specific-Branches

0 commit comments

Comments
 (0)