Skip to content

Commit

Permalink
Drop Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 6, 2020
1 parent 02518d9 commit 12de01a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ before_install:
- |
if [ "x$COVERAGE" == "xyes" ]; then
pecl install pcov-1.0.0
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar --output-document="${HOME}/bin/coveralls"
chmod +x ${HOME}/bin/coveralls
fi
before_script:
Expand All @@ -33,12 +31,6 @@ script:
./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml
fi
after_script:
- |
if [ "x$COVERAGE" == "xyes" ]; then
travis_retry coveralls -v
fi
after_success:
- |
if [ "x$COVERAGE" == "xyes" ]; then
Expand Down

0 comments on commit 12de01a

Please sign in to comment.