mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix travis matrix
This commit is contained in:
parent
9f1938d9c1
commit
8601ad1f3c
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ gemfile:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures: ruby-head
|
allow_failures:
|
||||||
|
- ruby-head
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue