middleman/.travis.yml
2013-05-23 15:04:05 -07:00

14 lines
195 B
YAML

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
script: "bundle exec rake test"
before_install:
- git submodule update --init --recursive
env: TEST=true TRAVIS=true