From 3fdd963923ffbf1a98d6a828bd34d53aba8cc829 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Wed, 23 Dec 2015 23:54:04 +0900 Subject: [PATCH] Test against 2.2.4 that is the latest of Ruby 2.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3150364..21396add 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_script: - bundle update rvm: - ruby-head - - 2.2.2 + - 2.2.4 - 2.1 - 2.0 os: