Commit Graph

3 Commits

Author SHA1 Message Date
Michael Vogel
e47a04b130 Add make to provision.sh and remove fish as default shell
Make is needed for the tests to run

The tests don't run with with either as `npm test` uses the "shell" package which tries to execute shell commands in its parent shell. If the shell is fish..well, it doesn't work.
2014-11-16 18:42:22 +01:00
Michael Vogel
771e89ee42 Oops, forgot to remove copy installation method
When vagrant is provisioned it will choose an automatic method from now (which means git or script with the newest version of nvm from the web)
2014-11-16 15:52:26 +01:00
LoveIsGrief
50169c11eb Introduce vagrant for testing
[Vagrant](https://www.vagrantup.com/) allows us to test all changes in a virtual machine. We can "vagrant up" into a clean environment and "vagrant destroy" whenever
2014-11-15 22:22:27 +01:00