Rakefile in travis-1.2.5 vs Rakefile in travis-1.2.6
- old
+ new
@@ -37,7 +37,7 @@
File.open('travis.gemspec', 'w') { |f| f << content }
end
task :gemspec => 'travis.gemspec'
task :default => :spec
-task :default => :gemspec unless windows
+task :default => :gemspec unless windows or ENV['CI']
task :test => :spec
\ No newline at end of file