middleman/.travis.yml
2012-05-24 11:33:51 -07:00

10 lines
119 B
YAML

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
script: "bundle exec rake test"
env: TEST=true