Improve Travis platforms

Ruby 2.0 is dead, but 2.1 is not. Of note is that Ruby 2.1 *will* be
unsupported soon, but it's definitely not dead yet.
This commit is contained in:
Ryan McKern 2017-03-01 12:45:39 -08:00
parent 5c794cd2b0
commit d7e3bc9a02

View file

@ -1,5 +1,5 @@
sudo: false sudo: false
language: ruby language: ruby
rvm: rvm:
- 2.0.0-p247 - 2.1
script: rspec spec script: rspec spec