middleman/.travis.yml
Thomas Reynolds 3cabbcf5a4 test jruby
2012-02-18 09:02:16 -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