From: Anatol Belski Date: Thu, 13 Jul 2017 18:28:44 +0000 (+0200) Subject: disable --with-pcre-valgrind on travis X-Git-Tag: php-7.2.0beta1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ce076a3d12bab14a5e483eee3082363acd567e6;p=php disable --with-pcre-valgrind on travis --- diff --git a/travis/compile.sh b/travis/compile.sh index ddf80f994d..b2d29b99df 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -5,7 +5,7 @@ else TS=""; fi if [[ "$ENABLE_DEBUG" == 1 ]]; then - DEBUG="--enable-debug"; + DEBUG="--enable-debug --without-pcre-valgrind"; else DEBUG=""; fi