From cbe7c4edfc3b8a18f0af9949f11d2a90000cd4d4 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 14 Sep 2019 15:59:41 +0530 Subject: [PATCH] Ruby Version Fix --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e9a1f2..547f34d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - 2.2.2 + - 2.6.4 script: ruby test.rb deploy: edge: true @@ -8,4 +8,4 @@ deploy: script: bash deploy.sh on: branch: master - rvm: 2.2.2 \ No newline at end of file + rvm: 2.6.4 \ No newline at end of file