Do not run testsuite in debug mode

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-14 13:52:52 +01:00
parent 9d39b7846e
commit 9413427634

View File

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