From d6dde0e39cb56fb6b91f59e07bafe4fbc733b134 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Sep 2013 00:08:52 +0200 Subject: [PATCH] Fix: syntax error on travis rule file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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