Travis ci update
Test on 2.1.1 Dont allow failures on 2.1.x
This commit is contained in:
parent
485cf1aed0
commit
8eb544a3e7
|
@ -2,6 +2,7 @@ language: ruby
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
rvm:
|
rvm:
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
- 2.1.1
|
||||||
- 2.1.0
|
- 2.1.0
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
@ -10,7 +11,6 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
- rvm: 2.1.0
|
|
||||||
- rvm: jruby-19mode
|
- rvm: jruby-19mode
|
||||||
env: TEST=true
|
env: TEST=true
|
||||||
before_install: git submodule update --init --recursive
|
before_install: git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in a new issue