From efff146b913ca2612f1421ff5a7ed6185e12f5df Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 8 Jan 2018 19:00:41 -0800 Subject: [PATCH] Be less specific about the Ruby 2.0 version to test Travis complains about not being able to find Ruby 2.0.0-p598. Let's see what happens if we're a little bit less specific. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d77bc3c..551d1b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby sudo: false cache: bundler rvm: - - 2.0.0 + - 2.0 - 2.1 - 2.2 addons: