Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 523879a

Browse files
author
Bill Prin
committed
Update Travis To New AppEngien SDK Name
1 parent 4368528 commit 523879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
printf '\ny\n\ny\ny\n' | ./google-cloud-sdk/install.sh &&
2929
cd $TRAVIS_BUILD_DIR;
3030
fi
31-
- gcloud -q components update gae-python
31+
- gcloud -q components app-engine-python
3232
- openssl aes-256-cbc -K $encrypted_4fda24e244ca_key -iv $encrypted_4fda24e244ca_iv -in python-docs-samples.json.enc -out python-docs-samples.json -d
3333
- if [ -a python-docs-samples.json ]; then
3434
gcloud auth activate-service-account --key-file python-docs-samples.json;

0 commit comments

Comments
 (0)