Travis: add vagrant plugin hostmanager

This commit is contained in:
Emilien Mantel
2017-06-28 16:27:36 +02:00
parent 91bfbb1e92
commit ae398688e1

View File

@@ -21,6 +21,7 @@ services:
before_install: before_install:
- wget https://releases.hashicorp.com/vagrant/1.9.5/vagrant_1.9.5_x86_64.deb - wget https://releases.hashicorp.com/vagrant/1.9.5/vagrant_1.9.5_x86_64.deb
- sudo dpkg -i vagrant_1.9.5_x86_64.deb - sudo dpkg -i vagrant_1.9.5_x86_64.deb
- vagrant plugin install vagrant-hostmanager
install: install:
- pip install "$ANSIBLE_VERSION" - pip install "$ANSIBLE_VERSION"