Skip to content

Commit 9bc6a86

Browse files
committed
Add coveralls(?)
1 parent 819f210 commit 9bc6a86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ before_script:
3737

3838
script:
3939
- vendor/bin/phpcs -p --extensions=php --standard=Loadsys src tests
40-
- vendor/bin/phpunit --coverage-xml=tmp/clover.xml
40+
- vendor/bin/phpunit --coverage-xml=build/logs/clover.xml
41+
- php vendor/bin/coveralls -v
4142

4243
notifications:
4344
email: false

0 commit comments

Comments
 (0)