We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa7628 commit 0f02a2bCopy full SHA for 0f02a2b
1 file changed
.travis.yml
@@ -8,8 +8,8 @@ install:
8
# use 3.3.9 to ensure faulty test exit states fail the build (#1276)
9
- mvn -N io.takari:maven:wrapper -Dmaven=3.3.9
10
# download Cloud SDK
11
- - wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-139.0.1-linux-x86_64.tar.gz
12
- - tar -xzf google-cloud-sdk-139.0.1-linux-x86_64.tar.gz
+ - wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-145.0.0-linux-x86_64.tar.gz
+ - tar -xzf google-cloud-sdk-145.0.0-linux-x86_64.tar.gz
13
# update all Cloud SDK components
14
- gcloud components update --quiet
15
# add App Engine component to Cloud SDK
0 commit comments