We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c101b commit 87b5087Copy full SHA for 87b5087
.travis.yml
@@ -17,6 +17,7 @@ jobs:
17
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
18
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1
19
before_install:
20
+ - pip install httplib2
21
- if [ "$TRAVIS_BRANCH" != "master" -o "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_terminate 0; fi
22
- openssl aes-256-cbc -K $encrypted_3108ac7e9a1f_key -iv $encrypted_3108ac7e9a1f_iv
23
-in .travis/credentials.tar.gz.enc -out credentials.tar.gz -d
0 commit comments