[Groonga-mysql-commit] mroonga/mroonga at 509da95 [master] travis: keep output to avoid killing by Travis CI

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 10:03:51 JST 2015


Kouhei Sutou	2015-06-21 10:03:51 +0900 (Sun, 21 Jun 2015)

  New Revision: 509da955c8785e94f275c63fb3d0bf57d3ac6d71
  https://github.com/mroonga/mroonga/commit/509da955c8785e94f275c63fb3d0bf57d3ac6d71

  Message:
    travis: keep output to avoid killing by Travis CI

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+1 -1)
===================================================================
--- tools/travis/script.sh    2015-06-21 10:02:30 +0900 (aa1e3d6)
+++ tools/travis/script.sh    2015-06-21 10:03:51 +0900 (6dfe656)
@@ -44,7 +44,7 @@ fi
 build()
 {
   if [ "${MROONGA_BUNDLED}" = "yes" ]; then
-    make -j${n_processors} > /dev/null
+    make -j${n_processors} # > /dev/null
   else
     make -j${n_processors} > /dev/null
   fi
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-mysql-commit mailing list
Back to archive index