Don't check for >= 1.9 in Rakefile

This commit is contained in:
Parker Moore 2013-12-08 00:47:23 -05:00
parent 1297ed5c1d
commit 6ad0be7c6e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ end
#
#############################################################################
if RUBY_VERSION > '1.9' && ENV["TRAVIS"] == "true"
if ENV["TRAVIS"] == "true"
require 'coveralls/rake/task'
Coveralls::RakeTask.new