File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,8 @@ before_script:
26
26
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
27
27
- chmod +x ./cc-test-reporter
28
28
- ./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
31
29
32
30
script : vendor/bin/phpunit --coverage-clover build/logs/clover.xml
33
31
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
37
33
You can’t perform that action at this time.
0 commit comments