Fix: syntax error on travis rule file.
This commit is contained in:
parent
fdbf9d57f9
commit
d6dde0e39c
@ -37,7 +37,7 @@ before_script:
|
|||||||
|
|
||||||
# Omitting "script:" will default to phpunit
|
# Omitting "script:" will default to phpunit
|
||||||
# use the $DB env variable to determine the phpunit.xml to use
|
# 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:
|
after_script:
|
||||||
- echo End travis
|
- echo End travis
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user