From 2f185eafff1f4cb2bc4adf6ca87f886d8d9350b2 Mon Sep 17 00:00:00 2001 From: Marc Siegel Date: Wed, 18 May 2016 10:51:24 -0400 Subject: [PATCH] Change MRI Ruby 2.3 -> 2.3.0 in Travis CI config This should be a temporary fix until the 2.3 alias is added to Travis build environments. See: https://github.com/travis-ci/travis-ci/issues/5361 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60c7561..e3bc6aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: gem update bundler cache: bundler rvm: - ruby-head - - 2.3 + - 2.3.0 # Travis lacking 2.3 alias, see https://github.com/travis-ci/travis-ci/issues/5361 - 2.2 - 2.1 - 2.0.0