Improve Vagrant release tests

This commit is contained in:
Peter Wagenet 2017-10-10 20:02:36 -07:00
parent 1880ece06b
commit a7ad6e826e
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
set -e
set -x
pushd ../../ruby
bundle install
bundle exec rake native_lib_files

View File

@ -6,6 +6,7 @@ sudo apt-get install mingw-w64 -y
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
source $HOME/.cargo/env
gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable --ruby
source $HOME/.rvm/scripts/rvm