Drop Coveralls

parent 02518d9a
coverage_clover: clover.xml
json_path: /tmp/coveralls-upload.json
...@@ -11,8 +11,6 @@ before_install: ...@@ -11,8 +11,6 @@ before_install:
- | - |
if [ "x$COVERAGE" == "xyes" ]; then if [ "x$COVERAGE" == "xyes" ]; then
pecl install pcov-1.0.0 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 fi
before_script: before_script:
...@@ -33,12 +31,6 @@ script: ...@@ -33,12 +31,6 @@ script:
./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml ./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml
fi fi
after_script:
- |
if [ "x$COVERAGE" == "xyes" ]; then
travis_retry coveralls -v
fi
after_success: after_success:
- | - |
if [ "x$COVERAGE" == "xyes" ]; then if [ "x$COVERAGE" == "xyes" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment