Move coveralls reporting to after_success

This commit is contained in:
Ben Ramsey
2017-03-18 10:34:29 -05:00
parent 9e1b234324
commit eaf2cd937a
+2 -2
View File
@@ -29,5 +29,5 @@ script:
- ./vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
- ./vendor/bin/phpcs src tests --standard=psr2 -sp
after_script:
- php vendor/bin/coveralls
after_success:
- travis_retry php vendor/bin/coveralls