middleman/middleman-compass/.travis.yml

16 lines
166 B
YAML
Raw Normal View History

rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- jruby-19mode
gemfile:
- Gemfile
- Gemfile-v4
script: "bundle exec rake test"
env: TEST=true
matrix:
fast_finish: true