diff --git a/.travis.yml b/.travis.yml index 133c78b8..ec9049bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ php: - 5.3 - 5.4 -script: phpunit --coverage-text --configuration build/phpunit.xml \ No newline at end of file +script: phpunit -c build/phpunit.xml \ No newline at end of file