From 7a06453c421abfa16737f48d1442739398d6a954 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Fri, 10 Jun 2016 18:54:31 -0700 Subject: [PATCH] editing travis deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8ad60af..78b3f022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ;