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

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"