middleman/.travis.yml
Arthur Neves 8eb544a3e7 Travis ci update
Test on 2.1.1
Dont allow failures on 2.1.x
2014-03-17 00:18:48 -04:00

17 lines
318 B
YAML

language: ruby
bundler_args: --without development
rvm:
- ruby-head
- 2.1.1
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-19mode
env: TEST=true
before_install: git submodule update --init --recursive
script: bundle exec rake test