mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Test with Ruby 2.3 and allow failures with ruby-head
This commit is contained in:
parent
b0338475ba
commit
63ea665c80
1 changed files with 4 additions and 1 deletions
|
@ -12,10 +12,13 @@ rvm:
|
|||
- jruby-head
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.2.4
|
||||
- 2.3.0
|
||||
- ruby-head
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
bundler_args: --jobs 3 --retry 3
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue