diff --git a/.travis.yml b/.travis.yml index def16ff1bf4..94a228ed794 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_script: # Omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use -script: phpunit --configuration test/phpunit/phpunittest.xml --coverage-text +script: phpunit --configuration test/phpunit/phpunittest.xml --coverage-text test/phpunit/AllTests.php after_script: - echo End travis