mirror of https://github.com/tikv/client-rust.git
add allow failures
Signed-off-by: Renkai <gaelookair@gmail.com>
This commit is contained in:
parent
2fd94538aa
commit
825d6464a7
|
|
@ -9,15 +9,16 @@ rust:
|
|||
- stable
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
fast_finish: true
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUST_BACKTRACE=1
|
||||
- RUSTFLAGS="-D warnings"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue