travis rvm 2.4, vagrant 1.9.7

This commit is contained in:
juju4 2017-08-20 16:54:16 -04:00
parent 155721b870
commit 33b61e38c5
2 changed files with 3 additions and 3 deletions

@ -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 ""