Skip to content

Commit

Permalink
Don't require coveralls by default
Browse files Browse the repository at this point in the history
This is used only when running tests, so no need to have Bundler
automatically `require` it.
  • Loading branch information
sds committed Jan 20, 2016
1 parent 2f14ab4 commit 27795d9
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 @@ -9,4 +9,4 @@ gem 'overcommit', '0.30.0'
gem 'rubocop', '0.35.1'
gem 'travis', '~> 1.7'

gem 'coveralls'
gem 'coveralls', require: false

0 comments on commit 27795d9

Please sign in to comment.