mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
12 lines
186 B
YAML
12 lines
186 B
YAML
language: ruby
|
|
rvm:
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
- "2.1" # latest 2.1.x
|
|
- "2.2" # latest 2.2.x
|
|
- "jruby-19mode"
|
|
script:
|
|
bundle exec rake test
|
|
branches:
|
|
except:
|
|
- "readme-edits"
|