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
2015-11-07 16:26:02 -08:00

27 lines
405 B
YAML

language: ruby
os:
- linux
- osx
rvm:
- "1.9.3"
- "2.0.0"
- "2.1" # latest 2.1.x
- "2.2" # latest 2.2.x
- "jruby-19mode"
- "jruby-head"
script:
bundle exec rake test
branches:
except:
- "readme-edits"
# These versions do not yet work on OS X on Travis
# (last tested: 2015-09)
matrix:
exclude:
- os: osx
rvm: 'jruby-19mode'
- os: osx
rvm: '2.2'
sudo: false