From 6ad0be7c6eb9567d505b35e4d4c76f2d26a50816 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 8 Dec 2013 00:47:23 -0500 Subject: [PATCH] Don't check for >= 1.9 in Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index d76ec053..3af30fdf 100644 --- a/Rakefile +++ b/Rakefile @@ -84,7 +84,7 @@ end # ############################################################################# -if RUBY_VERSION > '1.9' && ENV["TRAVIS"] == "true" +if ENV["TRAVIS"] == "true" require 'coveralls/rake/task' Coveralls::RakeTask.new