This commit is contained in:
James Mason 2018-02-28 16:41:23 +00:00 committed by GitHub
commit 3e87d0ea32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 language: ruby
cache: bundler cache: bundler
rvm: rvm:
- 2.4.0 - 2.4.0@osem
before_install: before_install:
- rvm ruby-2.4.0 do rvm gemset create osem
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "echo `phantomjs -v`" - "echo `phantomjs -v`"
addons: addons: