Skip to content

Commit 635b413

Browse files
author
Ricardo Fiorani
committed
added verbose to understand why tests are not being executed
1 parent c7e4152 commit 635b413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
install:
2626
- travis_retry composer update --no-interaction --prefer-source
2727

28-
script: phpunit --coverage-clover=coverage.clover
28+
script: phpunit --verbose --coverage-clover=coverage.clover
2929

3030
after_script:
3131
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)