Skip to content

Commit 3612ca2

Browse files
author
Richard McDaniel
committed
fix
1 parent 8255e5b commit 3612ca2

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
- patch -p0 < build/sauce.patch
2020

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

2525
after_script: vendor/bin/test-reporter

phpunit.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)