summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-08-29 11:21:43 -0700
committerAndre Arko <andre@arko.net>2011-08-29 11:21:43 -0700
commiteb65357d5f510769345466021a5487cc2aa0992c (patch)
tree5cd8494cc62250a3e836d536f2ada1c1808c1ef3 /Rakefile
parentef2e5d2dfd6517fbe813711e954d562570bc1d57 (diff)
downloadbundler-eb65357d5f510769345466021a5487cc2aa0992c.tar.gz
remove vestigial broken travis rake task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index 2eea6fb726..2f32dff57f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -39,14 +39,6 @@ begin
system "sudo rm -rf #{File.expand_path('../tmp/sudo_gem_home', __FILE__)}"
end
- desc "Run the tests on Travis CI against a rubygem version (using ENV['RG'])"
- task "travis" do
- puts "\n\e[1;33m[Travis CI] Running bundler specs against rubygems #{ENV['RG']}\e[m\n\n"
- specs = Rake::Task["spec:rubygems:#{ENV['RG']}"].invoke
- sudos = Rake::Task["spec:rubygems:#{ENV['RG']}:sudo"].invoke
- specs && sudos
- end
-
namespace :rubygems do
# Rubygems specs by version
rubyopt = ENV["RUBYOPT"]