summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-06-30 12:30:24 +0200
committerFerenc Kovacs <tyrael@php.net>2014-06-30 12:30:24 +0200
commit803cfe32e657c3c3f3776f1470fd598f5e6a107a (patch)
treee85fa35412975dea062d7209d93f32267d1c8208 /travis
parent12885ef48902dcc622eafd771db1f3cc41cbbe6d (diff)
downloadphp-git-803cfe32e657c3c3f3776f1470fd598f5e6a107a.tar.gz
--enable-fpm for the travis build
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 899fb5a335..cc8b03be86 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -13,6 +13,7 @@ fi
./configure --quiet \
$DEBUG \
$TS \
+--enable-fpm \
--with-pdo-mysql=mysqlnd \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \