middleman/.travis.yml
2013-06-12 18:24:00 -07:00

13 lines
178 B
YAML

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