diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rwxr-xr-x | travis/compile.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 10ea74e4df..d9e11a07d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/travis/compile.sh b/travis/compile.sh index 20228cda5a..9add843a2e 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -13,6 +13,7 @@ fi ./configure --quiet \ $DEBUG \ $TS \ +--enable-phpdbg \ --enable-fpm \ --with-pdo-mysql=mysqlnd \ --with-mysql=mysqlnd \ |