Skip to content

Commit

Permalink
Use test version in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Apr 9, 2015
1 parent 1ee6b18 commit 591deef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source 'https://rubygems.org'
gemspec

if ENV['TRAVIS']
gem 'roo', '>= 2.0.0', github: 'roo-rb/roo'
gem 'roo', '>= 2.0.0beta1', github: 'roo-rb/roo'
else
gem 'roo', '>= 2.0.0', path: ::File.expand_path('../../roo', __FILE__)
gem 'roo', '>= 2.0.0beta1', path: ::File.expand_path('../../roo', __FILE__)
end

group :test do
Expand Down

0 comments on commit 591deef

Please sign in to comment.