diff --git a/.travis.yml b/.travis.yml index 3c3f8744f7c..1159a927faf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,7 @@ script: after_script: - | if [ $TASK_TESTS_COVERAGE == 1 ]; then - travis_retry php vendor/bin/php-coveralls --coverage_clover=tests\_output\build\logs\clover.xml + travis_retry php vendor/bin/php-coveralls --coverage_clover=tests/_output/build/logs/clover.xml fi #after_script: