Add Ruby 2.2 to Travis build matrix.
This commit is contained in:
parent
eac3ac095f
commit
928be16fab
|
@ -2,6 +2,7 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
sudo: false
|
sudo: false
|
||||||
rvm:
|
rvm:
|
||||||
|
- 2.2
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.0
|
- 2.0
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue