Added a testing environment in form of a virtual machine.

This commit is contained in:
Dominik Ritter 2015-06-10 02:31:36 +02:00
commit 4ad6080d31
8 changed files with 208 additions and 0 deletions

9
test-vm/bootstrap.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/sh
#sudo apt-get update
sudo apt-get install -y curl
sudo apt-get install -y git
sudo apt-get install -y zsh
sudo chsh -s $(which zsh) vagrant