Do not run testsuite in debug mode
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
9d39b7846e
commit
9413427634
@ -15,8 +15,8 @@ before_script:
|
||||
- composer install --dev --no-interaction
|
||||
script:
|
||||
- ./scripts/generate-mo --quiet
|
||||
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then PHPUNIT_ARGS=--debug ant phpunit lint ; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION == "hhvm" ]] ; then PHPUNIT_ARGS=--debug ant phpunit-hhvm lint ; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then ant phpunit lint ; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION == "hhvm" ]] ; then ant phpunit-hhvm lint ; fi
|
||||
after_script:
|
||||
- php vendor/bin/coveralls -v
|
||||
matrix:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user