From 13fc2eeaf0b4f23b98a43641280881ec99e5e044 Mon Sep 17 00:00:00 2001 From: Ben Tregenna Date: Tue, 3 Sep 2019 16:01:47 +0100 Subject: [PATCH] Updating travis's ruby version to 2.6.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 657a068e3..8124987f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ install: - bundle install bundler_args: --without development production staging --jobs=6 rvm: - - 2.4.1 + - 2.6.3 before_script: - sleep 10 - cp .env.example .env