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
2014-11-25 18:22:54 -05:00

13 lines
284 B
YAML

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
- "jruby-19mode"
script:
bundle exec rake test
branches:
except:
- "readme-edits"