Merge pull request #1126 from middleman/travis-rejig

Fast fail and Ruby 2.1 / head testing
This commit is contained in:
Thomas Reynolds 2013-12-28 12:49:25 -08:00
commit bbfbcf7583

View file

@ -1,15 +1,16 @@
language: ruby
rvm:
- 1.9.3
- ruby-head
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: 2.1.0
- rvm: jruby-19mode
script: "bundle exec rake test"
before_install:
- git submodule update --init --recursive
env: TEST=true TRAVIS=true
before_install: git submodule update --init --recursive
script: bundle exec rake test