Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Revert "show leaks in their own group" using valgrind would be a bit too much for travis I guess.
pull/668/head
Ferenc Kovacs 12 years ago
parent
commit
cc2e89d4e1
  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" -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
Loading…
Cancel
Save