travis: Add allowed-to-fail nightly job
This commit is contained in:
parent
09a5e80472
commit
677fb69bde
@ -4,6 +4,11 @@ rust:
|
|||||||
- 1.34.2
|
- 1.34.2
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
|
- nightly
|
||||||
|
jobs:
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user