Don't check for >= 1.9 in Rakefile
This commit is contained in:
parent
1297ed5c1d
commit
6ad0be7c6e
2
Rakefile
2
Rakefile
|
@ -84,7 +84,7 @@ end
|
||||||
#
|
#
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
if RUBY_VERSION > '1.9' && ENV["TRAVIS"] == "true"
|
if ENV["TRAVIS"] == "true"
|
||||||
require 'coveralls/rake/task'
|
require 'coveralls/rake/task'
|
||||||
Coveralls::RakeTask.new
|
Coveralls::RakeTask.new
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue