Skip to content

Commit

Permalink
Don't check for >= 1.9 in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Dec 8, 2013
1 parent 1297ed5 commit 6ad0be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end
#
#############################################################################

if RUBY_VERSION > '1.9' && ENV["TRAVIS"] == "true"
if ENV["TRAVIS"] == "true"
require 'coveralls/rake/task'
Coveralls::RakeTask.new

Expand Down

0 comments on commit 6ad0be7

Please sign in to comment.