jasmine-fail-fast
Version:
Allow Jasmine tests to "fail-fast", exiting on the first failure instead of running all tests no matter what.
13 lines (12 loc) • 320 B
YAML
language: node_js
node_js:
- 10
notifications:
email: false
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
after_success:
- "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && npx semantic-release-github-pr --debug"
- npx semantic-release --debug
cache: yarn