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

Travis: add Ruby 2.1.1; ignore 2.1.0 while building anyway

This commit is contained in:
Larry Gilbert 2014-05-01 11:06:23 -07:00
parent ee50db6fd1
commit 391ba30bf5

View file

@ -4,9 +4,14 @@ rvm:
- "1.9.3"
- "2.0.0"
- "2.1.0"
- "2.1.1"
- "jruby-19mode"
script:
bundle exec rake test
branches:
except:
- "readme-edits"
matrix:
allow_failures:
rvm: "2.1.0"
fast_finish: true