Skip to content

Commit 3b40b7a

Browse files
committed
Merge pull request #3 from stof/patch-3
Run PHPUnit in verbose mode on Travis
2 parents c252fa9 + 0db668d commit 3b40b7a

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
@@ -16,7 +16,7 @@ cache:
1616
- $HOME/.composer/cache
1717

1818
script:
19-
- vendor/bin/phpunit --coverage-clover=coverage.clover
19+
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
2020

2121
before_script:
2222
- composer install --no-interaction

0 commit comments

Comments
 (0)