We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485fd8d commit cf5fc4dCopy full SHA for cf5fc4d
.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 || false'
+ - '[ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] && node_modules/.bin/intern-runner reporters=console config=tests/intern user="$USER" pw="$PW" || false'
0 commit comments