Add metadata for specifying a gemset for rvm

This commit is contained in:
James Mason 2018-02-27 17:56:07 -08:00
parent b1960c08ef
commit 9b65ace24b
No known key found for this signature in database
GPG key ID: 1B3951886C449023
2 changed files with 3 additions and 1 deletions

1
.ruby-gemset Normal file
View file

@ -0,0 +1 @@
osem

View file

@ -3,8 +3,9 @@ dist: trusty
language: ruby
cache: bundler
rvm:
- 2.4.0
- 2.4.0@osem
before_install:
- rvm ruby-2.4.0 do rvm gemset create osem
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "echo `phantomjs -v`"
addons: