From ea60d79e23556deb0f72cf4111deefa0d9a55262 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Fri, 2 May 2014 09:32:42 +0200 Subject: show leaks in their own group --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 87a8695673..d85decad3d 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" --show-diff --set-timeout 120 +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 -- cgit v1.2.1