[Groonga-mysql-commit] mroonga/mroonga at d3c0852 [master] travis: increase build available time

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 30 13:20:22 JST 2016


Kouhei Sutou	2016-08-30 13:20:22 +0900 (Tue, 30 Aug 2016)

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

  Message:
    travis: increase build available time

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+1 -5)
===================================================================
--- tools/travis/script.sh    2016-08-29 10:09:35 +0900 (ec64caf)
+++ tools/travis/script.sh    2016-08-30 13:20:22 +0900 (477865d)
@@ -43,11 +43,7 @@ fi
 
 build()
 {
-  if [ "${MROONGA_BUNDLED}" = "yes" ]; then
-    make -j${n_processors} > /dev/null
-  else
-    make -j${n_processors} > /dev/null
-  fi
+  travis_wait make -j${n_processors} > /dev/null
 }
 
 run_unit_test()
-------------- next part --------------
HTML����������������������������...
Télécharger 



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