Skip to content

Commit 1650da7

Browse files
committed
ci: Fix TravisCI ENV vars check
1 parent 442a4b3 commit 1650da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ addons:
1414
firefox: latest
1515
sauce_connect: true
1616
script:
17-
- npm run test && if [ -z "$TRAVIS_SECURE_ENV_VARS" ]; then exit 0; else npm run test:ci; fi
17+
- npm run test && if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then npm run test:ci; else exit 0; fi

0 commit comments

Comments
 (0)