Re-add phpdbg to travis

This commit is contained in:
Bob Weinand 2014-10-24 19:32:35 +02:00
parent 2bcac53bca
commit 444b465f3d
2 changed files with 2 additions and 0 deletions

View file

@ -47,3 +47,4 @@ before_script:
# 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
- ./sapi/cli/php sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg

View file

@ -13,6 +13,7 @@ fi
./configure --quiet \
$DEBUG \
$TS \
--enable-phpdbg \
--enable-fpm \
--with-pdo-mysql=mysqlnd \
--with-mysql=mysqlnd \