Fix Travis Crash (#41)

(cherry picked from commit c2758ccd02)
pull/40/head
Emilien M 2020-06-11 12:32:19 +02:00 committed by maximumG
parent ef0f2cae45
commit e070daa966
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,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: