Fix: syntax error on travis rule file.

This commit is contained in:
Laurent Destailleur 2013-09-09 00:08:52 +02:00
parent fdbf9d57f9
commit d6dde0e39c

View File

@ -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