1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/.travis.yml
2012-07-02 21:43:17 -07:00

18 lines
No EOL
269 B
YAML

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