Skip to content

Commit

Permalink
Let's try installing vagrant this way
Browse files Browse the repository at this point in the history
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
  • Loading branch information
clintoncwolfe committed Dec 16, 2019
1 parent 9a36b2a commit dddff0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit dddff0a

Please sign in to comment.