Skip to content

Commit efb637e

Browse files
committed
Remove coveralls
1 parent 6cc2947 commit efb637e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ before_script:
2626
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
2727
- chmod +x ./cc-test-reporter
2828
- ./cc-test-reporter before-build
29-
- curl -L https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar > ./php-coveralls.phar
30-
- chmod +x php-coveralls.phar
3129

3230
script: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
3331

34-
after_script:
35-
- ./php-coveralls.phar -v
36-
- ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT
32+
after_script: ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT
3733

0 commit comments

Comments
 (0)