Skip to content
Snippets Groups Projects
Commit 5a0bb7b4 authored by Simon Constans's avatar Simon Constans
Browse files

Add vagrant debian for testing

parent 75f42cc3
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,13 @@ commands simply with `composer` instead of the full path.
roles:
- { role: kosssi.composer }
## Vagrant
If you have vagrant, you can test this role:
cd tests
vagrant up
## License
MIT
test_ubuntu-14.04:
VM_BOX='ubuntu/trusty64' vagrant up
VM_BOX='ubuntu/trusty64' vagrant up --provision
VM_BOX='ubuntu/trusty64' vagrant provision
VM_BOX='ubuntu/trusty64' vagrant destroy -f
test_ubuntu-12.04:
VM_BOX='hashicorp/precise64' vagrant up
VM_BOX='hashicorp/precise64' vagrant up --provision
VM_BOX='hashicorp/precise64' vagrant provision
VM_BOX='hashicorp/precise64' vagrant destroy -f
test_debian-7.5:
VM_BOX='puphpet/debian75-x64' vagrant up --provision
VM_BOX='puphpet/debian75-x64' vagrant provision
VM_BOX='puphpet/debian75-x64' vagrant destroy -f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment