From 74ecfd11d36df0e77ed04338cb974181971defc5 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sat, 20 May 2017 09:47:47 -0500 Subject: [PATCH] Add Ruby 2.3 and 2.4 as CI build targets 2.3 and 2.4 have been out for some time. We should probably make sure the project works with them. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 89a6a66e..1a6912f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ rvm: - 2.0.0 - 2.1 - 2.2 + - 2.3 + - 2.4 addons: firefox: 45.8.0esr env: