commit 1a1191539632e4d76166c214e69f079b2cfa44f1 parent b5406c18053775cda27c923f32a2b5ea1b9e83ec Author: Timon Vonk <timonv@gmail.com> Date: Thu, 29 Jan 2015 10:56:53 +0100 Add ruby 2.2.0 support in Travis Diffstat:
| M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml @@ -3,6 +3,7 @@ language: ruby rvm: - 2.1.1 - 2.0.0 + - 2.2.0 - 1.9.3 before_install: