summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-26 09:57:52 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-26 09:57:52 +0200
commit4c485586b4d4d03f491fb5e255fcc4b54de4238b (patch)
treebfb96f8ffdcbc06198fb7c7bf9d79640e5a73034 /travis
parent0e2ff0dd94b5c0e7e35ba014e1ceaa3daef33a3e (diff)
parent33e8a7b36879c82d9e495e8c5340e58c6d9ded34 (diff)
downloadphp-git-4c485586b4d4d03f491fb5e255fcc4b54de4238b.tar.gz
Merge branch 'PHP-7.4'
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"