Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 21, 2012
1 parent 142a608 commit 4dfcce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Expand Up @@ -6,6 +6,8 @@ require 'travis/worker'
config = Travis::Worker.config.vms

Vagrant::Config.run do |c|
c.ssh.username = "travis"

config.names.each_with_index do |name, num|
c.vm.define(name) do |box|
box.vm.box = config.name_prefix
Expand Down

0 comments on commit 4dfcce4

Please sign in to comment.