Try fix Travis crash due to newer version of vagrant plugins
parent
ab76aa019d
commit
7854cf6f2a
|
@ -21,6 +21,7 @@ services:
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.deb
|
- 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
|
- 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 install vagrant-hostmanager
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue