middleman/.travis.yml
Thomas Reynolds ceb5f53d57 enable jruby
2012-01-30 10:10:38 -08:00

10 lines
108 B
YAML

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