summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index b03336bdc8..e4381952ca 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"