spec/spec_helper.rb in travis-1.5.2 vs spec/spec_helper.rb in travis-1.5.3

- old
+ new

@@ -23,9 +23,8 @@ ENV.delete_if { |k,v| k.start_with? "TRAVIS_" } ENV['TRAVIS_CONFIG_PATH'] = File.expand_path('travis', temp_dir) end c.after do - ENV.delete_if { |k,v| k.start_with? "TRAVIS_" } FileUtils.rm_rf(temp_dir) end end