Kouhei Sutou
null+****@clear*****
Mon Sep 30 11:14:12 JST 2013
Kouhei Sutou 2013-09-30 11:14:12 +0900 (Mon, 30 Sep 2013) New Revision: 39b878d6d9b3542d1fc8a71a55b7cf65547b37e2 https://github.com/droonga/fluent-plugin-droonga/commit/39b878d6d9b3542d1fc8a71a55b7cf65547b37e2 Message: travis: use released gems Modified files: Gemfile Modified: Gemfile (+3 -0) =================================================================== --- Gemfile 2013-09-30 11:13:13 +0900 (a9d8094) +++ Gemfile 2013-09-30 11:14:12 +0900 (4f0bd8e) @@ -27,9 +27,12 @@ if File.exist?(local_rroonga_path) gem "groonga-command", :path => local_groonga_command_path gem "groonga-command-parser", :path => local_groonga_command_parser_path elsif ENV["TRAVIS"] == "true" + require_unreleased_gems = false + if require_unreleased_gems gem "rroonga", :git => "git://github.com/ranguba/rroonga.git" gem "groonga-command", :git => "git://github.com/groonga/groonga-command.git" gem "groonga-command-parser", :git => "git://github.com/groonga/groonga-command-parser.git" + end end -------------- next part -------------- HTML����������������������������...Download