diff --git a/.gitignore b/.gitignore index 8eac8027..2b7d4115 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,7 @@ app/temp/* app/modules/web/plugins/* vendor/* doc/* -test/_output/ +test/_output/* .phpstorm.meta.php composer.phar diff --git a/.travis.yml b/.travis.yml index 2b1ca25e..a28d1b1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ before_script: script: ./vendor/bin/phpunit -c ./phpunit.xml after_script: - - mv test/_output/clover.xml clover.xml - - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover; fi + - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then mv ./test/_output/coverage-clover.xml clover.xml && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t clover; fi notifications: on_success: never diff --git a/test/_output/.blank b/test/_output/.blank new file mode 100644 index 00000000..e69de29b