From febba845a4d92f835038299915548259052a2d2a Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 11 Jul 2013 01:22:29 +0200 Subject: [PATCH] Removing XDebug from performance test suite runs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 308a7c1c2..67dd64c0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_script: script: - ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml --exclude-group Functional,Performance - ./vendor/bin/phpunit --group=Functional - - ./vendor/bin/phpunit --group=Performance + - php -n ./vendor/bin/phpunit --group=Performance - ./vendor/bin/phpcs --standard=PSR2 ./src/ ./tests/ after_script: