1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/.travis.yml
Thomas Reynolds c8e79f5755 test rbx
2012-04-26 13:47:07 -07:00

21 lines
No EOL
286 B
YAML

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
script: "bundle exec rake test"
branches:
only:
- master
matrix:
allow_failures:
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: rbx-18mode
- rvm: rbx-19mode