From 434672b98936e2a3f5399486392cde87766d8e88 Mon Sep 17 00:00:00 2001 From: Nicolas Leger Date: Wed, 24 Jun 2015 14:26:01 +0200 Subject: [PATCH] Test on Ruby 2.2 and 2.x patched version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c7d808..d14f6e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ rvm: - - 2.1.2 + - 2.1 + - 2.2 git: submodules: false