From 39f698feb2767b66dc4c1ace4d1ce6482ebcf375 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 11 Jun 2019 14:50:51 +1000 Subject: [PATCH] bump travis to ruby 2.5.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35eb805..9cceac4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ gemfile: rvm: - "2.3.7" - "2.4.4" - - "2.5.1" + - "2.5.5" script: 'bundle exec rspec'