From 148dc603bcc7c51be3275fb01cf920624426386d Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 11 Jun 2020 12:23:03 +0200 Subject: [PATCH] Revert "Try fix Travis crash due to newer version of vagrant plugins" This reverts commit 7854cf6f2a2ea1c3a9fc0a496cc18805ad0f5822. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28d8cca..3aa115f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,6 @@ 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: