diff --git a/.travis.yml b/.travis.yml index 90fc6b1..7f73a7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ before_install: - tar xvf secrets.tar script: - npm run lint -- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) && echo "production" || echo "staging") - npm run build +- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) && + echo "production" || echo "staging") npm run build deploy: - provider: gae skip_cleanup: true diff --git a/secrets.tar.enc b/secrets.tar.enc index 74b46ff..2b9d48a 100644 Binary files a/secrets.tar.enc and b/secrets.tar.enc differ