Skip to content

Commit

Permalink
Stop running tests and report the failure immediately after a test fa…
Browse files Browse the repository at this point in the history
…ils in Travis CI (#3428)
  • Loading branch information
hackdna committed Jul 26, 2019
1 parent da8a10a commit 3d86019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ script:
- echo 'travis_fold:end:grunt'

- echo 'travis_fold:start:django-tests'
- coverage run manage.py test
- coverage run manage.py test --failfast
- echo 'travis_fold:end:django-tests'

- echo 'travis_fold:start:cypress'
Expand Down

0 comments on commit 3d86019

Please sign in to comment.