include ruby 2.3.0 in the CI build matrix
MRI 2.3.0 was released on 2015-12-25, so it'd be good to ensure compatibility
This commit is contained in:
parent
b191e60cfc
commit
5d5dd98df8
|
@ -1,5 +1,6 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.3.0
|
||||
- 2.2
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
|
|
Loading…
Reference in New Issue