middleman/.travis.yml
Thomas Reynolds c8e79f5755 test rbx
2012-04-26 13:47:07 -07:00

21 lines
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