mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
fast failures and Ruby 2.1 / head testing
This commit is contained in:
parent
e996868033
commit
b1c0d73259
1 changed files with 9 additions and 8 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,15 +1,16 @@
|
||||||
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- ruby-head
|
||||||
|
- 2.1.0
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
- 1.9.3
|
||||||
- jruby-19mode
|
- jruby-19mode
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- rvm: ruby-head
|
||||||
|
- rvm: 2.1.0
|
||||||
- rvm: jruby-19mode
|
- rvm: jruby-19mode
|
||||||
|
|
||||||
script: "bundle exec rake test"
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
|
|
||||||
env: TEST=true TRAVIS=true
|
env: TEST=true TRAVIS=true
|
||||||
|
before_install: git submodule update --init --recursive
|
||||||
|
script: bundle exec rake test
|
Loading…
Add table
Reference in a new issue