From: Ferenc Kovacs Date: Mon, 9 Jun 2014 13:30:09 +0000 (+0200) Subject: enable phpdbg for the travis build, and also run the testsuite for it X-Git-Tag: PRE_PHPNG_MERGE~214^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ec5c80dc4431baed0dc828ab1b20d3fd45cd1b3;p=php enable phpdbg for the travis build, and also run the testsuite for it --- diff --git a/.travis.yml b/.travis.yml index 5b49434cc8..8c72df9180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,6 @@ 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" --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 899fb5a335..6ad3bfc396 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -47,5 +47,6 @@ $TS \ --with-bz2 \ --with-openssl \ --with-gmp \ ---enable-bcmath +--enable-bcmath \ +--enable-phpdbg make --quiet