travis rvm 2.4, vagrant 1.9.7
This commit is contained in:
parent
155721b870
commit
33b61e38c5
@ -2,7 +2,7 @@
|
||||
dist: trusty
|
||||
sudo: required
|
||||
rvm:
|
||||
- 2.2
|
||||
- 2.4
|
||||
|
||||
env:
|
||||
## those images need pre-configuration before being usable (openssh...)
|
||||
|
@ -2,7 +2,7 @@
|
||||
dist: trusty
|
||||
sudo: required
|
||||
rvm:
|
||||
- 2.2
|
||||
- 2.4
|
||||
|
||||
env:
|
||||
## those images need pre-configuration before being usable (openssh...)
|
||||
@ -60,7 +60,7 @@ before_install:
|
||||
- which kitchen
|
||||
# - which chef
|
||||
# - find /var/lib/gems $HOME/.gem /usr/local/rvm/gems /opt/chefdk/embedded/lib/ruby/gem -iname '*lxd_cli*' || true
|
||||
- wget -q https://releases.hashicorp.com/vagrant/1.9.6/vagrant_1.9.6_x86_64.deb && sudo dpkg -i vagrant_1.9.6_x86_64.deb
|
||||
- wget -q https://releases.hashicorp.com/vagrant/1.9.7/vagrant_1.9.7_x86_64.deb && sudo dpkg -i vagrant_1.9.7_x86_64.deb
|
||||
## ssh key for lxd_cli ?
|
||||
- ls ~/.ssh
|
||||
- ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -P ""
|
||||
|
Loading…
Reference in New Issue
Block a user