check beta channel on CI not to break this crate with next Rust version

This commit is contained in:
rhysd 2020-01-07 15:22:39 +09:00
parent 106efe58ce
commit 9783b96524
2 changed files with 0 additions and 2 deletions

View File

@ -25,6 +25,5 @@ script:
jobs: jobs:
allow_failures: allow_failures:
- rust: beta
- rust: nightly - rust: nightly
fast_finish: true fast_finish: true

View File

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