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.
This commit is contained in:
Matt Rogers 2018-01-08 19:00:41 -08:00
parent 5ad41bb16f
commit efff146b91

View file

@ -2,7 +2,7 @@ language: ruby
sudo: false sudo: false
cache: bundler cache: bundler
rvm: rvm:
- 2.0.0 - 2.0
- 2.1 - 2.1
- 2.2 - 2.2
addons: addons: