From 1a93d768dd5d935b6c8535ca1fdb0aeb13420db2 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 21 Jul 2017 15:09:53 -0400 Subject: [PATCH] travis: bump ruby --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe546b1..ff248de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,15 @@ language: ruby sudo: true # need this for libgirepository1.0-dev # sudo: false # taking advantage of container-based infrastructure # cache: bundler # cache bundled gems from build to build - +addons: + apt: + packages: + - libgirepository1.0-dev # for gobject-introspection rvm: - 2.2 - 2.3.2 - 2.3.3 - - 2.4.0 + - 2.4.1 matrix: allow_failures: - rvm: 2.3.3