diff --git a/travis/compile.sh b/travis/compile.sh index b03336bdc8c..e4381952ca7 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -77,6 +77,7 @@ $TS \ --with-ffi \ --enable-zend-test=shared \ --enable-werror \ +--with-pear \ > "$CONFIG_LOG_FILE" make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE"