Skip to content

Commit

Permalink
Upgrade gcloud to 138 (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh authored Jan 4, 2017
1 parent 3dc617e commit 19d27d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: false
language: java
install:
# download Cloud SDK
- wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-135.0.0-linux-x86_64.tar.gz
- tar -xzf google-cloud-sdk-135.0.0-linux-x86_64.tar.gz
- wget https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-138.0.0-linux-x86_64.tar.gz
- tar -xzf google-cloud-sdk-138.0.0-linux-x86_64.tar.gz
# update all Cloud SDK components
- gcloud components update --quiet
# add App Engine component to Cloud SDK
Expand Down

0 comments on commit 19d27d3

Please sign in to comment.