Skip to content

Commit

Permalink
travis: fail phpunit on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 28, 2020
1 parent 4ba3a6c commit 6fc56f8
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 @@ -11,7 +11,7 @@ before_script:

script:
- ./vendor/bin/phpstan analyze --no-progress
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/phpunit
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php --fail-on-warning tests/phpunit

cache:
directories:
Expand Down

0 comments on commit 6fc56f8

Please sign in to comment.