[Groonga-commit] ranguba/groonga-client-rails at 6fc4418 [master] travis: specify BUNDLE_GEMFILE

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 21:58:04 JST 2016


Kouhei Sutou	2016-03-27 21:58:04 +0900 (Sun, 27 Mar 2016)

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

  Message:
    travis: specify BUNDLE_GEMFILE

  Modified files:
    .travis.yml

  Modified: .travis.yml (+4 -2)
===================================================================
--- .travis.yml    2016-03-27 21:47:43 +0900 (92926a4)
+++ .travis.yml    2016-03-27 21:58:04 +0900 (28fa0a8)
@@ -14,12 +14,14 @@ install:
   - |
     for test_app in test/apps/*
     do
-      (cd ${test_app} && bundle install --jobs=3 --retry=3)
+      (cd ${test_app} && \
+       BUNDLE_GEMFILE=${test_app}/Gemfile bundle install --jobs=3 --retry=3)
     done
 script:
   - test/unit/run-test.rb
   - |
     for test_app in test/apps/*
     do
-      (cd ${test_app} && bundle exec env && bundle exec rake)
+      (cd ${test_app} && \
+       BUNDLE_GEMFILE=${test_app}/Gemfile bundle exec rake)
     done
-------------- next part --------------
HTML����������������������������...
下载 



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