Skip to content

Commit 02ba578

Browse files
author
Richard McDaniel
committed
fix
1 parent dd325ba commit 02ba578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
- patch -p0 < tests/sauce.patch
2020

2121
script:
22-
- tests/vendor/bin/phpunit --configuration `pwd`tests/phpunit.xml --coverage-clover build/logs/clover.xml
22+
- tests/vendor/bin/phpunit --configuration `pwd`/tests/phpunit.xml --coverage-clover build/logs/clover.xml
2323
- tests/vendor/bin/paratest -p 8 -f --phpunit=tests/vendor/bin/phpunit tests/selenium.php
2424

2525
after_script: tests/vendor/bin/test-reporter

0 commit comments

Comments
 (0)