Update ruby version in the Travis configuration.
The last in the 2.1 branch is 2.1.5 and 2.2.0 has now been released.
This commit is contained in:
parent
458125606a
commit
b0409a1777
|
|
@ -4,7 +4,8 @@ cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1
|
- 2.1.5
|
||||||
|
- 2.2.0
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- rbx-2
|
- rbx-2
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue