Remove ruby 2.1 from travis, because rails 5 doesn't support it anymore

The gem still supports ruby 2.1 (without rails or with rails 4.2), but I
can't run tests for it on travis.
This commit is contained in:
Benjamin Neff 2016-11-05 02:55:01 +01:00
parent 192b3e2f69
commit 3cfc8a7748

View file

@ -2,8 +2,7 @@ language: ruby
rvm:
- 2.3.1
- 2.2
- 2.1
- 2.2.5
sudo: false
cache: