Rakefile in travis-1.6.7.travis.422.4 vs Rakefile in travis-1.6.7.travis.425.8

- old
+ new

@@ -57,7 +57,7 @@ task 'travis.gemspec' => :update task 'README.md' => :update task :gemspec => :update task :default => :spec -task :default => :gemspec unless windows or ENV['CI'] +task :default => :gemspec unless windows or RUBY_VERSION < '2.0' task :test => :spec \ No newline at end of file