Fix Travis Crash (#41)

This commit is contained in:
Emilien M
2020-06-11 12:32:19 +02:00
committed by GitHub
parent ab76aa019d
commit c2758ccd02

View File

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