mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Also test on Ruby 2.2.
This commit is contained in:
parent
5ce0c6ebde
commit
f066bc271e
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@ language: ruby
|
|||
rvm:
|
||||
- "1.9.3"
|
||||
- "2.0.0"
|
||||
# Forgo 2.1.0 until Travis has a satisfactory fix for
|
||||
# https://github.com/travis-ci/travis-ci/issues/2220
|
||||
- "2.1" # always the latest 2.1.x
|
||||
- "2.1" # latest 2.1.x
|
||||
- "2.2" # latest 2.2.x
|
||||
- "jruby-19mode"
|
||||
script:
|
||||
bundle exec rake test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue