Skip to content

Commit 6c05b54

Browse files
committed
Enable export of our coverage report
1 parent 4045aa3 commit 6c05b54

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ php:
66

77
before_script: composer install
88

9-
script: vendor/bin/phpunit
9+
script:
10+
- vendor/bin/phpunit
1011

11-
after_success: php vendor/bin/coveralls
12+
after_script:
13+
- mkdir -p build/logs
14+
- phpunit --coverage-clover build/logs/clover.xml
15+
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)