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

15 lines
296 B
YAML
Raw Normal View History

2013-02-19 08:25:41 -05:00
language: ruby
rvm:
2013-08-10 21:22:04 -04:00
- "1.9.2"
2013-02-19 08:25:41 -05:00
- "1.9.3"
2013-02-22 19:34:22 -05:00
- "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
2014-04-02 04:10:38 -04:00
- "jruby-19mode"
2014-04-02 03:23:13 -04:00
script:
bundle exec rake test
branches:
except:
- "readme-edits"