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 2ebbb01 commit 50e51a7Copy full SHA for 50e51a7
.travis.yml
@@ -17,10 +17,9 @@ jobs:
17
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
18
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1
19
before_install:
20
- - sudo apt-get install gcc python3-dev python3-setuptools
21
- - sudo pip uninstall crcmod
22
- - sudo pip install --no-cache-dir -U crcmod
23
- - sudo pip install httplib2
+ - pip uninstall crcmod
+ - pip install --no-cache-dir -U crcmod
+ - pip install httplib2
24
- if [ "$TRAVIS_BRANCH" != "master" -o "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_terminate 0; fi
25
- openssl aes-256-cbc -K $encrypted_3108ac7e9a1f_key -iv $encrypted_3108ac7e9a1f_iv
26
-in .travis/credentials.tar.gz.enc -out credentials.tar.gz -d
0 commit comments