Travis: add vagrant plugin hostmanager

pull/20/head
Emilien Mantel 2017-06-28 16:27:36 +02:00
parent 91bfbb1e92
commit ae398688e1
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ services:
before_install:
- 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
- vagrant plugin install vagrant-hostmanager
install:
- pip install "$ANSIBLE_VERSION"