From 8d65c9c92f787441f770c3e921b9b2264b373256 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 21 May 2014 01:40:34 -0400 Subject: [PATCH] Relax PATCH level in .travis.yml for ruby versions. Ruby is now using SEMVER. Relaxing to 2.0 and 2.1 gives them the freedom to release new patches and for us to take advantage of them without modifying this file. https://www.ruby-lang.org/en/news/2013/12/21/semantic-versioning-after-2-1-0/ --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd1e5f01..09b649ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ install: - script/rebund download - travis_retry bundle install --path vendor/bundle rvm: -- 2.1.2 -- 2.0.0 +- 2.1 +- 2.0 - 1.9.3 script: script/cibuild after_script: