summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-07-06 17:41:06 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-07-06 17:41:24 +0200
commitb3ab7c13dc0107ca8da61d9d965933fc26be3dcb (patch)
tree3e43cd99923985ae63e2e76db6f6d74091539f44
parent001ecd3198a19aa52513c78468ffbd6e767e1ac1 (diff)
downloadphp-git-b3ab7c13dc0107ca8da61d9d965933fc26be3dcb.tar.gz
Run debug build with opcache on travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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