diff --git a/.travis.yml b/.travis.yml index 6e8cb3e9..278ec610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: