Should be easier to run the acceptance tests as we now only need to get 1 box instead of 2 before.
5 lines
147 B
Ruby
5 lines
147 B
Ruby
Vagrant.require_plugin 'vagrant-cachier'
|
|
Vagrant.require_plugin 'vagrant-lxc'
|
|
Vagrant.configure("2") do |config|
|
|
config.vm.box = 'precise64'
|
|
end
|