ignore failures for both beta and nightly in the pipeline

pull/84/head
Sunshine 4 years ago
parent c7fc121c7c
commit 169b9657e5

@ -4,23 +4,24 @@ cache: cargo
sudo: false
os:
- linux
- osx
- linux
- osx
rust:
- stable
- beta
- nightly
- stable
- beta
- nightly
before_script:
- rustup component add rustfmt
- rustup component add rustfmt
script:
- cargo build --all --locked --verbose
- cargo test --all --locked --verbose
- cargo fmt --all -- --check
- cargo build --all --locked --verbose
- cargo test --all --locked --verbose
- cargo fmt --all -- --check
jobs:
allow_failures:
- rust: beta
- rust: nightly
fast_finish: true

@ -94,6 +94,7 @@ environment:
# or test failure in the matching channels/targets from failing the entire build.
matrix:
allow_failures:
- channel: beta
- channel: nightly
# If you only care about stable channel build failures, uncomment the following line:

Loading…
Cancel
Save