[Groonga-commit] ranguba/groonga-client-rails at b44f06e [master] travis: enable Ruby 2.1 again

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon Dec 12 12:27:34 JST 2016


Kouhei Sutou	2016-12-12 12:27:34 +0900 (Mon, 12 Dec 2016)

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

  Message:
    travis: enable Ruby 2.1 again

  Modified files:
    .travis.yml

  Modified: .travis.yml (+11 -0)
===================================================================
--- .travis.yml    2016-12-12 12:24:35 +0900 (b6016ec)
+++ .travis.yml    2016-12-12 12:27:34 +0900 (244a8f1)
@@ -2,6 +2,7 @@ notifications:
   recipients:
     - groonga-commit �� lists.sourceforge.jp
 rvm:
+  - 2.1
   - 2.2
   - 2.3.3
 services:
@@ -16,6 +17,11 @@ install:
   - |
     for test_app in ${PWD}/test/apps/*
     do
+      if echo ${test_app} | grep -q rails5; then
+        if ruby --version | grep -q 'ruby 2.1'; then
+          continue
+        fi
+      fi
       (cd ${test_app} && \
        rm Gemfile.lock && \
        BUNDLE_GEMFILE=${test_app}/Gemfile bundle install --jobs=3 --retry=3)
@@ -25,6 +31,11 @@ script:
   - |
     for test_app in ${PWD}/test/apps/*
     do
+      if echo ${test_app} | grep -q rails5; then
+        if ruby --version | grep -q 'ruby 2.1'; then
+          continue
+        fi
+      fi
       (cd ${test_app} && \
        BUNDLE_GEMFILE=${test_app}/Gemfile bundle exec rake)
     done
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index