mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
18 lines
343 B
YAML
18 lines
343 B
YAML
language: ruby
|
|
rvm:
|
|
- "1.9.2"
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
gemfile:
|
|
- "Gemfile"
|
|
- "gemfiles/Gemfile.min"
|
|
branches:
|
|
except:
|
|
- "readme-edits"
|
|
|
|
# For expediency, let us assume that anyone running the latest Ruby is not
|
|
# running anything but the latest gems. :-)
|
|
matrix:
|
|
exclude:
|
|
- rvm: "2.0.0"
|
|
gemfile: "gemfiles/Gemfile.min"
|