From 941342763423926dc13e4c34ed427c761266c754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 14 Mar 2014 13:52:52 +0100 Subject: [PATCH] Do not run testsuite in debug mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3e039b686..769ea333ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: