1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Don't test on ruby 2.0.0 since it's unsupported.

This commit is contained in:
Andy Brody 2016-09-12 01:47:02 -04:00
parent 9987b0c240
commit 9ebedf481a

View file

@ -5,7 +5,6 @@ os:
- linux - linux
- osx - osx
rvm: rvm:
- "2.0.0"
- "2.1" # latest 2.1.x - "2.1" # latest 2.1.x
- "2.2" # latest 2.2.x - "2.2" # latest 2.2.x
- "2.3.1" # TODO: switch to "2.3" once travis fixes it - "2.3.1" # TODO: switch to "2.3" once travis fixes it