summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index a0fc167a15..b48bfe8e24 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -1,6 +1,6 @@
#!/bin/bash
./buildconf
-./configure \
+./configure --quiet \
--with-pdo-mysql \
--with-mysql \
--with-mysqli \
@@ -33,7 +33,5 @@
--with-gettext \
--enable-sockets \
--with-bz2 \
---enable-bcmath \
---enable-fastcgi \
---with-mime-magic
-make \ No newline at end of file
+--enable-bcmath
+make --quiet