Skip to content

Commit

Permalink
Fix php-coveralls setup (#140)
Browse files Browse the repository at this point in the history
Fix php-coveralls setup
  • Loading branch information
WyriHaximus authored May 9, 2019
2 parents edd18a6 + 5754c36 commit cedffca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ script:
- ./vendor/bin/phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml

after_script:
- if [ -f ./build/logs/clover.xml ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi
- if [ -f ./build/logs/clover.xml ]; then php vendor/bin/coveralls -v; fi
- if [ -f ./build/logs/clover.xml ]; then travis_retry composer require php-coveralls/php-coveralls --no-interaction --update-with-dependencies; fi
- if [ -f ./build/logs/clover.xml ]; then php vendor/bin/php-coveralls -v; fi

0 comments on commit cedffca

Please sign in to comment.