Kouhei Sutou
null+****@clear*****
Tue Dec 6 17:05:05 JST 2016
Kouhei Sutou 2016-12-06 17:05:05 +0900 (Tue, 06 Dec 2016) New Revision: 4b81d774943bd000c411f0c41023862bfa857f89 https://github.com/ranguba/groonga-client-model/commit/4b81d774943bd000c411f0c41023862bfa857f89 Message: travis: set BUNDLE_GEMFILE explicitly Modified files: .travis.yml Modified: .travis.yml (+4 -2) =================================================================== --- .travis.yml 2016-12-06 17:01:55 +0900 (57e575f) +++ .travis.yml 2016-12-06 17:05:05 +0900 (027643e) @@ -15,12 +15,14 @@ install: - | for test_app in ${PWD}/test/apps/* do - (echo ${test_app}; cd ${test_app} && bundle install --jobs=3 --retry=3) + (cd ${test_app} && \ + BUNDLE_GEMFILE=${PWD}/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 - (echo ${test_app}; cd ${test_app} && bin/rails test) + (cd ${test_app} && \ + BUNDLE_GEMFILE=${PWD}/Gemfile bin/rails test) done -------------- next part -------------- HTML����������������������������... 다운로드