tree: 19cd387c28eabe50965f06ac5cef1752c177b7cd [path history] [tgz]
  1. .gitignore
  2. init.sh
  3. local-ci.sh
  4. README.md
  5. Vagrantfile
vagrant/README.md

Vagrant VM for CI and debugging

Running vagrant up primary will bring up an environment similar to the one used by Travis for CI. If the build fails, it can be inspected by entering the machine with vagrant ssh primary. When you're down with the VM, you can clean up with vagrant destroy -f.

The advantage of this is you don't need to worry about the potential environment pollution, and others can reproduce the results from other platforms.