We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59f128 commit d4e39ddCopy full SHA for d4e39dd
.travis.yml
@@ -12,8 +12,8 @@ before_install:
12
- tar xvf secrets.tar
13
script:
14
- npm run lint
15
-- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) && echo "production" || echo "staging")
16
- npm run build
+- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) &&
+ echo "production" || echo "staging") npm run build
17
deploy:
18
- provider: gae
19
skip_cleanup: true
secrets.tar.enc
0 Bytes
0 commit comments