File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,15 @@ matrix:
1212 - php : ' nightly'
1313
1414before_script :
15- - composer install
1615 - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1716 - chmod +x ./cc-test-reporter
1817 - ./cc-test-reporter before-build
1918
2019script :
21- - ./vendor/bin/infection --min-msi=60 -j$(nproc)
22- - cp ./build/logs/clover.xml clover.xml
20+ - composer install
21+ - ./vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/phpunit.junit.xml
22+ - ./vendor/bin/infection --coverage=build --min-msi=60 -j$(nproc)
23+
24+ after_script :
25+ - cp ./build/logs/clover.xml clover.xml
2326 - ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT
You can’t perform that action at this time.
0 commit comments