summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 5e38138aa4..9063291229 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -74,6 +74,7 @@ $TS \
--with-kerberos \
--enable-sysvmsg \
--enable-zend-test=shared \
+--enable-werror \
> "$CONFIG_LOG_FILE"
make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE"