Skip to content

Commit d932b64

Browse files
author
Mario Blazek
committed
Use phpunit.xml.dist in travis.yml
1 parent 369f3af commit d932b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727

2828
# execute phpunit as the script command
2929
script:
30-
- ./vendor/bin/phpunit -d memory_limit=-1 --colors -c phpunit.xml --coverage-clover=coverage.xml
30+
- ./vendor/bin/phpunit -d memory_limit=-1 --colors -c phpunit.xml.dist --coverage-clover=coverage.xml
3131

3232
# disable mail notifications
3333
notification:

0 commit comments

Comments
 (0)