diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-07-06 17:41:06 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-07-06 17:41:24 +0200 |
commit | b3ab7c13dc0107ca8da61d9d965933fc26be3dcb (patch) | |
tree | 3e43cd99923985ae63e2e76db6f6d74091539f44 | |
parent | 001ecd3198a19aa52513c78468ffbd6e767e1ac1 (diff) | |
download | php-git-b3ab7c13dc0107ca8da61d9d965933fc26be3dcb.tar.gz |
Run debug build with opcache on travis
-rw-r--r-- | .travis.yml | 2 |
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 |