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:
parent
ee50db6fd1
commit
391ba30bf5
1 changed files with 5 additions and 0 deletions
|
|
@ -4,9 +4,14 @@ rvm:
|
||||||
- "1.9.3"
|
- "1.9.3"
|
||||||
- "2.0.0"
|
- "2.0.0"
|
||||||
- "2.1.0"
|
- "2.1.0"
|
||||||
|
- "2.1.1"
|
||||||
- "jruby-19mode"
|
- "jruby-19mode"
|
||||||
script:
|
script:
|
||||||
bundle exec rake test
|
bundle exec rake test
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- "readme-edits"
|
- "readme-edits"
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
rvm: "2.1.0"
|
||||||
|
fast_finish: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue