Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
rebuild ruby-head on travis, because it's so old
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Dec 29, 2012
1 parent 399d900 commit 76491ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -135,6 +135,11 @@ begin
system("sudo sed -i '/secure_path/d' /etc/sudoers")
# Install groff for the ronn gem
system("sudo apt-get install groff -y")
# Recompile ruby-head, because the VM version is quite old
if ENV['RUBY_VERSION'] == 'ruby-head'
system("rvm reinstall ruby-head")
system("ruby --version")
end
# Install the other gem deps, etc.
Rake::Task["spec:deps"].invoke
end
Expand Down

0 comments on commit 76491ae

Please sign in to comment.