We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354dc32 commit d28ce18Copy full SHA for d28ce18
.travis.yml
@@ -8,15 +8,15 @@ env:
8
- CLOUDSDK_CORE_DISABLE_PROMPTS=1
9
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speed up html-proofer install
10
11
+# Run the install script, but suppress tar output since excessive output
12
+# makes Travis choke.
13
before_install:
14
- if [ ! -d ${HOME}/google-cloud-sdk ]; then
- curl https://sdk.cloud.google.com | bash;
15
+ curl https://sdk.cloud.google.com | bash | grep -v google-cloud-sdk;
16
fi
17
18
cache:
19
bundler: true
- directories:
- - "$HOME/google-cloud-sdk/"
20
21
# See the following for more details:
22
# https://docs.travis-ci.com/user/customizing-the-build/#Building-Specific-Branches
0 commit comments