Skip to content

Commit

Permalink
Dev: Make travis stop on failure so errors are shown
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 16, 2018
1 parent 46a9620 commit bf28c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -64,4 +64,4 @@ before_script:
- java -jar selenium-server-standalone-3.7.1.jar -enablePassThrough false > /dev/null 2> /dev/null &

script:
- DOMAIN=localhost phpunit
- DOMAIN=localhost phpunit --stop-on-failure # Stop so we can see errors.

0 comments on commit bf28c34

Please sign in to comment.