diff --git a/.travis.yml b/.travis.yml index f5a11f4..ecee245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ script: # Run phpunit tests - cd tests - - phpunit + - phpunit --configuration configuration.xml # Create coverage report - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" diff --git a/tests/configuration.xml b/tests/configuration.xml new file mode 100644 index 0000000..f0ba5b8 --- /dev/null +++ b/tests/configuration.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + +