We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442a4b3 commit 1650da7Copy full SHA for 1650da7
.travis.yml
@@ -14,4 +14,4 @@ addons:
14
firefox: latest
15
sauce_connect: true
16
script:
17
- - npm run test && if [ -z "$TRAVIS_SECURE_ENV_VARS" ]; then exit 0; else npm run test:ci; fi
+ - npm run test && if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then npm run test:ci; else exit 0; fi
0 commit comments