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 <[email protected]>
  • Loading branch information
clintoncwolfe committed Dec 16, 2019
1 parent dddff0a commit c467241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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
- 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 && sudo mv vagrant /usr/bin/ && cd $TRAVIS_BUILD_DIR && vagrant --version

matrix:
include:
Expand Down

0 comments on commit c467241

Please sign in to comment.