Skip to content

Commit a77023d

Browse files
committed
Show test coverage directly after running test
1 parent b4aca49 commit a77023d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ matrix:
1111
- php: hhvm
1212

1313
before_script:
14-
- composer install --dev --prefer-source
14+
- composer install --dev --prefer-source
15+
16+
script:
17+
- phpunit --coverage-text

0 commit comments

Comments
 (0)