Fix travis

This commit is contained in:
Emilien Mantel
2018-02-27 08:13:21 +01:00
parent 533a7e9f08
commit c90556976b

View File

@@ -25,8 +25,8 @@ services:
- docker
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
- wget https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb
- sudo dpkg -i vagrant_2.0.1_x86_64.deb
- vagrant plugin install vagrant-hostmanager
install: