Skip to content

Commit

Permalink
Set Coveralls not to be installed on 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Oct 29, 2013
1 parent c49853b commit e057675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "http://rubygems.org"
gemspec

group :test do
gem 'coveralls', :require => false
gem 'coveralls', :require => false, :platforms => [:ruby_19, :ruby_20]
end

0 comments on commit e057675

Please sign in to comment.