middleman/.travis.yml
Thomas Reynolds 7d2821a472 travis update
2012-03-14 20:02:49 -07:00

14 lines
152 B
YAML

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