File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,16 @@ jobs:
1717 - PATH=$PATH:${HOME}/google-cloud-sdk/bin
1818 PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1
1919 before_install :
20+ - sudo apt-get install gcc python3-dev python3-setuptools
21+ - sudo pip3 uninstall crcmod
22+ - sudo pip3 install --no-cache-dir -U crcmod
23+ - sudo pip3 install httplib2
2024 - if [ "$TRAVIS_BRANCH" != "master" -o "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_terminate 0; fi
2125 - openssl aes-256-cbc -K $encrypted_3108ac7e9a1f_key -iv $encrypted_3108ac7e9a1f_iv
2226 -in .travis/credentials.tar.gz.enc -out credentials.tar.gz -d
2327 - gcloud version || true
2428 - if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; curl https://sdk.cloud.google.com | bash; fi
2529 - source /home/travis/google-cloud-sdk/path.bash.inc
26- - gcloud --quiet components update
2730 - tar -xzf credentials.tar.gz
2831 - gcloud auth activate-service-account --key-file client-secret.json
2932 script :
You can’t perform that action at this time.
0 commit comments