summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index e373d9b90c..d14309a0dd 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -77,8 +77,7 @@ $TS \
--with-ffi \
--enable-zend-test=shared \
--enable-werror \
---with-pear \
-> "$CONFIG_LOG_FILE"
+--with-pear
-make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE"
-make install >> "$MAKE_LOG_FILE"
+make "-j${MAKE_JOBS}" $MAKE_QUIET
+make install