From dddff0a4078f22d2ed55e65e0e6b0247e8bd6d2f Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Mon, 16 Dec 2019 17:32:41 -0500 Subject: [PATCH] Let's try installing vagrant this way Signed-off-by: Clinton Wolfe --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ef3163e..c98283d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,7 @@ addons: - chefdk # Don't `bundle install` which takes about 1.5 mins -# install: echo "skip bundle install" -install: bundle install +install: echo "skip bundle install" branches: only: @@ -25,6 +24,7 @@ before_install: - chef --version - cookstyle --version - foodcritic --version +- cd /tmp && curl -O https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_linux_amd64.zip && unzip vagrant_2.2.6_linux_amd64.zip && mv vagrant /usr/bin/ && vagrant --version matrix: include: