We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd325ba commit 02ba578Copy full SHA for 02ba578
.travis.yml
@@ -19,7 +19,7 @@ before_script:
19
- patch -p0 < tests/sauce.patch
20
21
script:
22
- - tests/vendor/bin/phpunit --configuration `pwd`tests/phpunit.xml --coverage-clover build/logs/clover.xml
+ - tests/vendor/bin/phpunit --configuration `pwd`/tests/phpunit.xml --coverage-clover build/logs/clover.xml
23
- tests/vendor/bin/paratest -p 8 -f --phpunit=tests/vendor/bin/phpunit tests/selenium.php
24
25
after_script: tests/vendor/bin/test-reporter
0 commit comments