Skip to content

Commit

Permalink
enabled Coveralls for Ruby 1.9.x only
Browse files Browse the repository at this point in the history
  • Loading branch information
why404 committed Feb 14, 2014
1 parent 0193f32 commit 40c9193
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
end
end

require 'coveralls'
Coveralls.wear!
if RUBY_VERSION >= "1.9"
require 'coveralls'
Coveralls.wear!
end

0 comments on commit 40c9193

Please sign in to comment.