From 6817d76507e1ab171e2ea3bc1bd60101dcbe5efe Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 23 May 2019 21:13:14 -0700 Subject: [PATCH] son of a... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: