From a7227d573644fa9647770f30a243580dde6ea31c Mon Sep 17 00:00:00 2001 From: tumf Date: Tue, 16 Feb 2016 09:29:35 +0900 Subject: [PATCH] Add and update ruby version 2.1 and 2.2 for travis. refs #11 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 352e958..a7f7044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,6 @@ rvm: - 1.9.2 - 1.9.3 - 2.0.0 - - 2.1.2 + - 2.1.5 + - 2.2.1 script: bundle exec rake spec