[Groonga-commit] ranguba/groonga-client-model at 5192293 [master] travis: use "rake test" for Rails 4

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 15 10:21:32 JST 2018


Kouhei Sutou	2018-02-15 10:21:32 +0900 (Thu, 15 Feb 2018)

  New Revision: 51922931c6bcc32884d2fca880144486912064fd
  https://github.com/ranguba/groonga-client-model/commit/51922931c6bcc32884d2fca880144486912064fd

  Message:
    travis: use "rake test" for Rails 4

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -6)
===================================================================
--- .travis.yml    2018-02-15 10:21:20 +0900 (d9a244c)
+++ .travis.yml    2018-02-15 10:21:32 +0900 (be5021b)
@@ -22,9 +22,5 @@ install:
     done
 script:
   - bundle exec ruby test/unit/run-test.rb
-  - |
-    for test_app in ${PWD}/test/apps/*
-    do
-      (cd ${test_app} && \
-        BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test)
-    done
+  - (cd test/apps/rails4 && BUNDLE_GEMFILE=${PWD}/Gemfile bin/rake test)
+  - (cd test/apps/rails5 && BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180215/c5097351/attachment-0001.htm 



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