Add metadata for specifying a gemset for rvm

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

1
.ruby-gemset Normal file
View file

@ -0,0 +1 @@
osem

View file

@ -3,7 +3,7 @@ dist: trusty
language: ruby
cache: bundler
rvm:
- 2.4.0
- 2.4.0@osem --ignore-gemsets
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "echo `phantomjs -v`"