From c7a8be7ebb97362db3a4e14e07b3aab1d123ce43 Mon Sep 17 00:00:00 2001 From: Alessandro Berardi Date: Thu, 8 Dec 2016 15:34:26 +1030 Subject: [PATCH] Fixes issue with Travis and Ruby 2.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65f00e9..e17b5c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rvm: - 2.0 - 2.1 - 2.2 - - 2.3 + - 2.3.0 # The version of RVM installed on Travis doesn't yet recognise 2.3 as an alias of 2.3.0 before_install: gem install bundler -v 1.13.6 notifications: email: