From 192b35382a7a3c7bc1fa1ab56efc5199e14da637 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Fri, 2 May 2014 09:49:10 +0200 Subject: [PATCH] Revert "show leaks in their own group" using valgrind would be a bit too much for travis I guess. This reverts commit ea60d79e23556deb0f72cf4111deefa0d9a55262. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d85decad3de..87a86956738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,4 @@ before_script: - . ./travis/ext/pdo_pgsql/setup.sh # Run PHPs run-tests.php -script: ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" -m --show-diff --set-timeout 120 +script: ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120