mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Add Ubuntu Trusty vm for testing
This commit is contained in:
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@@ -15,6 +15,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
c.vm.provision "shell", inline: "pacman -Sy && pacman -S --noconfirm make python2-pip fakeroot binutils && pip2 install nose"
|
||||
end
|
||||
|
||||
config.vm.define "ubuntu-trusty" do |c|
|
||||
c.vm.box = "ubuntu/trusty64"
|
||||
c.vm.provision "shell", inline: "apt-get update && apt-get install python-pip make -y && pip install nose"
|
||||
end
|
||||
|
||||
config.vm.define "ubuntu-raring" do |c|
|
||||
c.vm.box = "raring64"
|
||||
c.vm.box_url = "http://bit.ly/vagrant-lxc-raring64-2013-09-28-"
|
||||
|
||||
Reference in New Issue
Block a user