From 17036c1eef8e7c37e72768bc619dbc440090dbef Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 3 Dec 2016 04:29:35 +0530 Subject: [PATCH] Upgrade to 2.3.1 on tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e9a1f2..bcc20f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: - - 2.2.2 + - 2.3.1 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.3.1 \ No newline at end of file