Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
fixed coveralls integration in all major components
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Mar 21, 2018
1 parent 3f4991f commit 0f49dbb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Expand Up @@ -31,10 +31,14 @@ cache:
sudo: true

before_install:
- composer require satooshi/php-coveralls:*
- travis_retry composer install --dev --no-interaction
# Install coveralls.phar
- wget -c -nc --retry-connrefused --tries=0 https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
- chmod +x coveralls.phar
- php coveralls.phar --version

script: vendor/bin/phpunit --coverage-clover gen/coverage/clover.xml


after_script: php vendor/bin/coveralls -v
after_success:
# Submit coverage report to Coveralls servers, see .coveralls.yml
- travis_retry php coveralls.phar -v

0 comments on commit 0f49dbb

Please sign in to comment.