[Groonga-commit] ranguba/groonga-client-rails at 35e65c3 [master] travis: run separately again

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 22:27:52 JST 2016


Kouhei Sutou	2016-03-27 22:27:52 +0900 (Sun, 27 Mar 2016)

  New Revision: 35e65c3b1b90e88506d02e0c2abb3187a4fc52a4
  https://github.com/ranguba/groonga-client-rails/commit/35e65c3b1b90e88506d02e0c2abb3187a4fc52a4

  Message:
    travis: run separately again

  Modified files:
    .travis.yml

  Modified: .travis.yml (+8 -0)
===================================================================
--- .travis.yml    2016-03-27 22:21:58 +0900 (1db860d)
+++ .travis.yml    2016-03-27 22:27:52 +0900 (0a0cd07)
@@ -19,3 +19,11 @@ install:
       (cd ${test_app} && \
        BUNDLE_GEMFILE=${test_app}/Gemfile bundle install --jobs=3 --retry=3)
     done
+script:
+  - bundle exec ruby test/unit/run-test.rb
+  - |
+    for test_app in ${PWD}/test/apps/*
+    do
+      (cd ${test_app} && \
+       BUNDLE_GEMFILE=${test_app}/Gemfile bundle exec rake)
+    done
-------------- next part --------------
HTML����������������������������...
Descargar 



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