mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-01 09:55:55 +00:00
Add Ruby 2 & 2.1 to Travis
This commit is contained in:
parent
e510817abf
commit
172d1710bb
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
rvm:
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.2
|
||||
- ruby-head
|
||||
- rbx-19mode
|
||||
|
||||
env:
|
||||
- JRUBY_OPTS="--1.9"
|
||||
- JRUBY_OPTS="--1.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue