Skip to content

Commit d4e39dd

Browse files
committed
Update secrets
1 parent e59f128 commit d4e39dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ before_install:
1212
- tar xvf secrets.tar
1313
script:
1414
- npm run lint
15-
- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) && echo "production" || echo "staging")
16-
npm run build
15+
- NODE_ENV=$(([ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "gae" ]) &&
16+
echo "production" || echo "staging") npm run build
1717
deploy:
1818
- provider: gae
1919
skip_cleanup: true

secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)