editing travis deploy

This commit is contained in:
Lindsey Heagy
2016-06-10 18:54:31 -07:00
parent 291da78b97
commit 7a06453c42
+1 -1
View File
@@ -61,7 +61,7 @@ after_success:
- coveralls --config_file .coveragerc
- if [ ${TEST_DIR} == "tests/docs" ]; then
- python scripts/fetch_gae_sdk.py $(dirname "${GAE_PYTHONPATH}");
python scripts/fetch_gae_sdk.py $(dirname "${GAE_PYTHONPATH}");
- openssl aes-256-cbc -K $encrypted_93066031461c_key -iv $encrypted_93066031461c_iv
-in docs/credentials.tar.gz.enc -out credentials.tar.gz -d ;
- if [ ! -d ${HOME}/google-cloud-sdk ]; then curl https://sdk.cloud.google.com | bash; fi ;