Skip to content

Commit

Permalink
Do not run testsuite in debug mode
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 19, 2014
1 parent 9d39b78 commit 9413427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9413427

Please sign in to comment.