We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827ffdc commit 485fd8dCopy full SHA for 485fd8d
.travis.yml
@@ -53,5 +53,5 @@ before_script:
53
# just run the non-auth tests. otherwise, run everything.
54
script:
55
- nosetests
56
- - [ "${TRAVIS_SECURE_ENV_VARS}" = "false" ] && node_modules/.bin/intern-runner reporters=console config=tests/intern functionalSuites=tests/functional-nonauth
57
- - [ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && node_modules/.bin/intern-runner reporters=console config=tests/intern user="$USER" pw="$PW"
+ - '[ "${TRAVIS_SECURE_ENV_VARS}" = "false" ] && node_modules/.bin/intern-runner reporters=console config=tests/intern functionalSuites=tests/functional-nonauth'
+ - '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && node_modules/.bin/intern-runner reporters=console config=tests/intern user="$USER" pw="$PW"'
0 commit comments