Skip to content

Instantly share code, notes, and snippets.

@lukewpatterson
Created December 4, 2012 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukewpatterson/4208548 to your computer and use it in GitHub Desktop.
Save lukewpatterson/4208548 to your computer and use it in GitHub Desktop.
Vagrantfile for Travis Ruby
Vagrant::Config.run do |config|
config.vm.box = "headed-travis-ruby-box"
config.vm.box_url = "http://files.travis-ci.org/boxes/provisioned/travis-ruby.box"
config.vm.network :hostonly, "192.168.33.10"
config.ssh.username = "travis"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment