Skip to content

Commit 87b5087

Browse files
author
Ben Vinegar
committed
fix: Try forcing httplib2 installation to fix GCP deploy on Travis
1 parent 17c101b commit 87b5087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
1818
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1
1919
before_install:
20+
- pip install httplib2
2021
- if [ "$TRAVIS_BRANCH" != "master" -o "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_terminate 0; fi
2122
- openssl aes-256-cbc -K $encrypted_3108ac7e9a1f_key -iv $encrypted_3108ac7e9a1f_iv
2223
-in .travis/credentials.tar.gz.enc -out credentials.tar.gz -d

0 commit comments

Comments
 (0)