From 444b465f3d682adf8a726576eb2f5ec5ccdd35a0 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 24 Oct 2014 19:32:35 +0200 Subject: [PATCH] Re-add phpdbg to travis --- .travis.yml | 1 + travis/compile.sh | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.40.0