[Groonga-mysql-commit] mroonga/mroonga at ae4a1ef [master] travis: be quiet

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Jun 21 18:38:38 JST 2015


Kouhei Sutou	2015-06-21 18:38:38 +0900 (Sun, 21 Jun 2015)

  New Revision: ae4a1ef9fbace2d92a32cf801ca1666b7a153d85
  https://github.com/mroonga/mroonga/commit/ae4a1ef9fbace2d92a32cf801ca1666b7a153d85

  Message:
    travis: be quiet

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+2 -2)
===================================================================
--- tools/travis/script.sh    2015-06-21 18:37:42 +0900 (88f4a56)
+++ tools/travis/script.sh    2015-06-21 18:38:38 +0900 (aa1e3d6)
@@ -44,9 +44,9 @@ fi
 build()
 {
   if [ "${MROONGA_BUNDLED}" = "yes" ]; then
-    make -j${n_processors} VERBOSE=1 # > /dev/null
+    make -j${n_processors} > /dev/null
   else
-    make -j${n_processors} VERBOSE=1 V=1 # > /dev/null
+    make -j${n_processors} > /dev/null
   fi
 }
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る