From: Ferenc Kovacs Date: Fri, 2 May 2014 07:49:10 +0000 (+0200) Subject: Revert "show leaks in their own group" X-Git-Tag: php-5.5.13RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=192b35382a7a3c7bc1fa1ab56efc5199e14da637;p=php Revert "show leaks in their own group" using valgrind would be a bit too much for travis I guess. This reverts commit ea60d79e23556deb0f72cf4111deefa0d9a55262. --- diff --git a/.travis.yml b/.travis.yml index d85decad3d..87a8695673 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