Navigation Menu

Skip to content

Commit

Permalink
travis: use the latest Rroonga for Groonga 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 7, 2014
1 parent 4765cff commit 23eacc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -27,7 +27,7 @@ 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
require_unreleased_gems = true
if require_unreleased_gems
gem "rroonga", :git => "git://github.com/ranguba/rroonga.git"
gem "groonga-command",
Expand Down

0 comments on commit 23eacc2

Please sign in to comment.