add allow failures

Signed-off-by: Renkai <gaelookair@gmail.com>
This commit is contained in:
Renkai 2020-04-09 16:13:39 +08:00
parent 2fd94538aa
commit 825d6464a7
1 changed files with 5 additions and 4 deletions

View File

@ -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