From e2b4f4b048e061503775100ed603612adafff796 Mon Sep 17 00:00:00 2001 From: nov Date: Tue, 28 Feb 2017 18:08:34 +0900 Subject: [PATCH] add 2.4.0 and update others --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e280e95..a742b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ before_install: rvm: - 2.2.2 # NOTE: 2.2.1 or lower aren't supported by activesupport 5.0, CI isn't needed for such legacy versions. - - 2.2.5 - - 2.3.1 \ No newline at end of file + - 2.2.6 + - 2.3.3 + - 2.4.0 \ No newline at end of file