From 22228358129d339e6f91a9073c922a6ed9b5cc12 Mon Sep 17 00:00:00 2001 From: Jan Stevens Date: Mon, 30 Oct 2017 19:23:42 +0100 Subject: [PATCH] :rocket: update ruby testing matrix --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ae9e6f..e1632d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ env: - VAULT_VERSION=0.8.3 rvm: - - 2.3.1 - - 2.4.1 + - 2.3.5 + - 2.4.2 script: - 'bundle exec rake spec'