Kouhei Sutou
null+****@clear*****
Tue Dec 20 16:55:09 JST 2016
Kouhei Sutou 2016-12-20 16:55:09 +0900 (Tue, 20 Dec 2016) New Revision: 38b05c96cb3314f61589704fb282bca6e181c95a https://github.com/ranguba/groonga-client-model/commit/38b05c96cb3314f61589704fb282bca6e181c95a Message: travis: use the latest groonga-client Modified files: .travis.yml Gemfile test/apps/rails5/Gemfile.lock Modified: .travis.yml (+1 -0) =================================================================== --- .travis.yml 2016-12-20 16:53:29 +0900 (510ca55) +++ .travis.yml 2016-12-20 16:55:09 +0900 (38269ff) @@ -9,6 +9,7 @@ before_install: - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh - sudo apt-get -qq -y install groonga-bin - gem update bundler + - git clone --depth 1 https://github.com/ranguba/groonga-client.git ../groonga-client install: - bundle install --jobs=3 --retry=3 - | Modified: Gemfile (+1 -3) =================================================================== --- Gemfile 2016-12-20 16:53:29 +0900 (b5dfa6c) +++ Gemfile 2016-12-20 16:55:09 +0900 (8ebd14e) @@ -20,6 +20,4 @@ source "https://rubygems.org/" gemspec -if File.exist?("../groonga-client") - gem "groonga-client", path: "../groonga-client" -end +gem "groonga-client", path: "../groonga-client" Modified: test/apps/rails5/Gemfile.lock (+1 -1) =================================================================== --- test/apps/rails5/Gemfile.lock 2016-12-20 16:53:29 +0900 (bdf950e) +++ test/apps/rails5/Gemfile.lock 2016-12-20 16:55:09 +0900 (c7b0eb3) @@ -10,7 +10,7 @@ PATH PATH remote: ../../../ specs: - groonga-client-model (0.9.2) + groonga-client-model (0.9.3) activemodel groonga-client (>= 0.3.6) groonga-command-parser -------------- next part -------------- HTML����������������������������... 下载