From ae9d1cb4c4e7dcdf7075f662557241fd98c46398 Mon Sep 17 00:00:00 2001 From: Yousef Al-Hadhrami Date: Thu, 17 Sep 2020 20:50:54 +0300 Subject: [PATCH] Update .travis.yml 2.4.1 was being incompatible with couple of dependencies as well as 2.4.4, so updated to 2.5.0 Fixed Issue https://github.com/githubtraining/continuous-integration-travis-demo/issues/7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b07947b..a00bd47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby cache: bundler # caching to speed up dependency installation rvm: -- 2.4.1 +- 2.5.0 addons: apt: packages: