From: Bob Weinand Date: Mon, 6 Jul 2015 15:41:06 +0000 (+0200) Subject: Run debug build with opcache on travis X-Git-Tag: php-7.0.0beta1~12^2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3ab7c13dc0107ca8da61d9d965933fc26be3dcb;p=php Run debug build with opcache on travis --- diff --git a/.travis.yml b/.travis.yml index 929c769d21..86ae36afd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,5 +49,5 @@ 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" --offline --show-diff --set-timeout 120 + - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 1 ]; then echo "-d opcache.enable_cli=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --set-timeout 120 - ./sapi/cli/php sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg