Commit:    48f40969179d3db8dade1e64a273a26b8aa2e2a1
Author:    Nikita Popov <ni...@php.net>         Sun, 26 Aug 2012 17:46:01 +0200
Parents:   e3ef84c59bf669a7dfc717af26ed1872bab397c9
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=48f40969179d3db8dade1e64a273a26b8aa2e2a1

Log:
Travis: Silence configure and make

The large compile logs are hurting the poor browsers.

This also drops two bogus configure options.

Changed paths:
  M  travis/compile.sh


Diff:
diff --git a/travis/compile.sh b/travis/compile.sh
index a0fc167..b48bfe8 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to