use phpunit.xml

This commit is contained in:
smiley
2016-03-22 18:55:06 +01:00
parent e0b27b65a8
commit d64fb1be44
+1 -1
View File
@@ -6,6 +6,6 @@ php:
install: travis_retry composer install --no-interaction --prefer-source
script: vendor/bin/phpunit tests --coverage-clover clover.xml
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
after_script: bash <(curl -s https://codecov.io/bash)