Pre-release checks test.

This commit is contained in:
Karl Southern
2016-05-17 17:24:25 +01:00
parent baaeba3c07
commit b14d61ccf0
2 changed files with 21 additions and 0 deletions

1
Vagrantfile vendored
View File

@@ -6,6 +6,7 @@ Vagrant.configure(2) do |config|
config.vm.synced_folder '.', '/vagrant', type: :virtualbox
config.vm.provision 'shell', inline: <<-EOP
apt-get install git -y -q
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby=jruby-1.7
usermod -a -G rvm vagrant