From 64eaee787a2c03b5b4e3daa774ff234da268abf9 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 11 Jun 2020 12:23:00 +0200 Subject: [PATCH] Revert "Try to remove buggy plugin" This reverts commit b28437a889b47d435d7ec8bdaca1f4799229ca77. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19c55df..28d8cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ 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 - - vagrant plugin uninstall vagrant-share install: - pip install "$ANSIBLE_VERSION"