Rakefile in travis-1.8.6 vs Rakefile in travis-1.8.7.travis.808.4

- old
+ new

@@ -1,11 +1,9 @@ # encoding: utf-8 $LOAD_PATH.unshift File.expand_path('../lib', __FILE__) windows = RUBY_PLATFORM =~ /mswin|mingw/ -require 'bundler/gem_tasks' - desc "run specs" task(:spec) { ruby "-S rspec spec#{" -c" unless windows}" } desc "generate gemspec, update readme" task :update => :completion do @@ -60,6 +58,6 @@ task 'README.md' => :update task :gemspec => :update task :default => :spec task :default => :gemspec unless windows or RUBY_VERSION < '2.0' -task :test => :spec +task :test => :spec \ No newline at end of file