Skip to content

Commit

Permalink
added verbose to understand why tests are not being executed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Fiorani committed Jul 28, 2019
1 parent c7e4152 commit 635b413
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 @@ -25,7 +25,7 @@ before_install:
install:
- travis_retry composer update --no-interaction --prefer-source

script: phpunit --coverage-clover=coverage.clover
script: phpunit --verbose --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 635b413

Please sign in to comment.