[task/travis-skipped-tests] List skipped tests on travis.

Turn on PHPUnit's verbose mode so we get detailed information about skipped
tests on travis (when there are any).
This commit is contained in:
Andreas Fischer 2013-01-03 18:18:33 +01:00
parent 61ad80fd64
commit 4f35baf58d

View File

@ -6,4 +6,4 @@ php:
- 5.4
script:
- phpunit
- phpunit --verbose