diff options
author | Andre Arko <andre@arko.net> | 2011-08-29 11:21:43 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2011-08-29 11:21:43 -0700 |
commit | eb65357d5f510769345466021a5487cc2aa0992c (patch) | |
tree | 5cd8494cc62250a3e836d536f2ada1c1808c1ef3 /Rakefile | |
parent | ef2e5d2dfd6517fbe813711e954d562570bc1d57 (diff) | |
download | bundler-eb65357d5f510769345466021a5487cc2aa0992c.tar.gz |
remove vestigial broken travis rake task
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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"] |