diff --git a/.travis.yml b/.travis.yml index 578baac..981ecf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - composer install script: - - vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist src --bootstrap vendor/autoload.php tests + - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..4438e18 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,14 @@ + + + + + ./tests + + + + + + ./src + + +