Add metadata for specifying a gemset for rvm

This commit is contained in:
James Mason 2018-02-27 17:56:07 -08:00 committed by Henne Vogelsang
parent cb7960fc3f
commit 7944494f74
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 language: ruby
cache: bundler cache: bundler
rvm: rvm:
- 2.4.0 - 2.4.0@osem --ignore-gemsets
before_install: before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "echo `phantomjs -v`" - "echo `phantomjs -v`"