From deeed5710bb38952c0b06a0f0c09cbacba2a271c Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 7 Nov 2017 13:44:10 -0500 Subject: [PATCH] travis: bump ruby Get ruby-head in there for funsies. Get 2.4.2 in there too. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff248de..b31d3a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,10 @@ addons: - libgirepository1.0-dev # for gobject-introspection rvm: - 2.2 - - 2.3.2 - 2.3.3 - 2.4.1 + - 2.4.2 + - ruby-head matrix: allow_failures: - - rvm: 2.3.3 + - rvm: ruby-head