File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,20 @@ before_install:
1616- cp target/travis/logging.properties logging.properties
1717install : mvn install --quiet -Djava.util.logging.config.file=logging.properties -DskipTests=true
1818 -Dgpg.skip=true
19+ cache :
20+ directories :
21+ - " $HOME/google-cloud-sdk/"
1922script :
23+ - |
24+ if [ ! -d "$HOME/google-cloud-sdk/bin" ]
25+ then
26+ rm -rf "$HOME/google-cloud-sdk"
27+ export CLOUDSDK_CORE_DISABLE_PROMPTS=1
28+ curl https://sdk.cloud.google.com | bash
29+ fi
30+ gcloud components update
31+ source "$HOME/google-cloud-sdk/path.bash.inc"
32+ gcloud version
2033 - travis_wait 60 utilities/verify.sh
2134after_success :
2235- utilities/after_success.sh
You can’t perform that action at this time.
0 commit comments