Browse Source

show leaks in their own group

PHP-5.5.13
Ferenc Kovacs 12 years ago
parent
commit
ea60d79e23
  1. 2
      .travis.yml

2
.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
Loading…
Cancel
Save