(maint) Remove Ruby 1.9.3 testing from Travis

Ruby 1.9.3 is end of life, and now longer bundles due to later Nokogiri 1.7.0.1
requiring Ruby 2.1 or above.  This commit removes ruby 1.9.3 from Travis
testing.
This commit is contained in:
Glenn Sarti 2017-01-24 14:59:14 -08:00
parent 2bf7c4a715
commit 926eb47940

View file

@ -4,7 +4,6 @@ language: ruby
services: services:
- redis-server - redis-server
rvm: rvm:
- 1.9.3
- 2.1.1 - 2.1.1
- 2.2.1 - 2.2.1
- 2.2.2 - 2.2.2