Skip to content

Commit

Permalink
Update travis to use --testdox option when run phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
widoz committed Nov 27, 2018
1 parent 3b8f0a0 commit e61c064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
composer install

script:
- vendor/bin/phpunit --coverage-clover=coverage/report/clover.xml
- vendor/bin/phpunit --testdox --coverage-clover=coverage/report/clover.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e61c064

Please sign in to comment.