From 7854cf6f2a2ea1c3a9fc0a496cc18805ad0f5822 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 11 Jun 2020 12:06:00 +0200 Subject: [PATCH] Try fix Travis crash due to newer version of vagrant plugins --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3aa115f..28d8cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ services: 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 + - vagrant plugin install vagrant-share --plugin-version 1.1.9 - vagrant plugin install vagrant-hostmanager install: