From 5ac04da5c95f48b31af393512c171da2025803c4 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 28 May 2019 15:55:41 -0400 Subject: [PATCH] Updating travis --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 647104d..7e2ea2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,17 @@ -dist: trusty language: ruby +cache: + - bundler + - directories: + - /home/travis/.rvm/ 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.4.2 - - 2.5.0 - - 2.6.0 + - 2.5.3 + - 2.6.3 - ruby-head matrix: allow_failures: