Skip to content

Commit

Permalink
Revert "show leaks in their own group"
Browse files Browse the repository at this point in the history
using valgrind would be a bit too much for travis I guess.

This reverts commit ea60d79.
  • Loading branch information
Tyrael committed May 2, 2014
1 parent ea60d79 commit 192b353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 192b353

Please sign in to comment.