File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,14 @@ before_script:
88- composer self-update
99- composer require codeclimate/php-test-reporter --dev
1010- composer install --prefer-dist --no-interaction
11-
11+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
12+ - chmod +x ./cc-test-reporter
13+ - ./cc-test-reporter before-build
1214
1315after_script :
1416- vendor/bin/test-reporter
1517
1618after_script :
1719- vendor/bin/test-reporter --stdout > codeclimate.json
1820- " curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v1.0.1-dev)' https://codeclimate.com/test_reports"
21+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
You can’t perform that action at this time.
0 commit comments