[Groonga-commit] ranguba/groonga-client-rails at c1260bc [master] travis: stop using rake

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 19:06:06 JST 2016


Kouhei Sutou	2016-03-27 19:06:06 +0900 (Sun, 27 Mar 2016)

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

  Message:
    travis: stop using rake

  Modified files:
    .travis.yml

  Modified: .travis.yml (+6 -1)
===================================================================
--- .travis.yml    2016-03-27 18:58:52 +0900 (4584e94)
+++ .travis.yml    2016-03-27 19:06:06 +0900 (3b2061e)
@@ -17,4 +17,9 @@ install:
       (cd ${test_app} && bundle install --jobs=3 --retry=3)
     done
 script:
-  - rake
+  - test/unit/run-test.rb
+  - |
+    for test_app in test/apps/*
+    do
+      (cd ${test_app} && bundle exec rake)
+    done
-------------- next part --------------
HTML����������������������������...
Download 



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