* [MOD] Updated CodeClimate config

This commit is contained in:
nuxsmin
2018-07-25 01:56:51 +02:00
parent 3e924f86b7
commit a7af2bb735

View File

@@ -19,7 +19,7 @@ before_script:
script: ./vendor/bin/phpunit -c ./phpunit.xml
after_script:
- mv tests/_output/clover.xml clover.xml
- mv test/_output/clover.xml clover.xml
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
notifications: