[Groonga-mysql-commit] mroonga/mroonga at b9b81ed [master] travis: travis_wait can't be used in another shell

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 30 13:31:44 JST 2016


Kouhei Sutou	2016-08-30 13:31:44 +0900 (Tue, 30 Aug 2016)

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

  Message:
    travis: travis_wait can't be used in another shell

  Modified files:
    .travis.yml
    tools/travis/script.sh

  Modified: .travis.yml (+1 -1)
===================================================================
--- .travis.yml    2016-08-30 13:20:22 +0900 (156eb23)
+++ .travis.yml    2016-08-30 13:31:44 +0900 (0284fb7)
@@ -31,4 +31,4 @@ install:
 before_script:
   - tools/travis/before_script.sh
 script:
-  - tools/travis/script.sh
+  - travis_wait tools/travis/script.sh

  Modified: tools/travis/script.sh (+1 -1)
===================================================================
--- tools/travis/script.sh    2016-08-30 13:20:22 +0900 (477865d)
+++ tools/travis/script.sh    2016-08-30 13:31:44 +0900 (5253852)
@@ -43,7 +43,7 @@ fi
 
 build()
 {
-  travis_wait make -j${n_processors} > /dev/null
+  make -j${n_processors} > /dev/null
 }
 
 run_unit_test()
-------------- next part --------------
HTML����������������������������...
Descargar 



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