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

pull/98/head
rhysd 4 years ago
parent 106efe58ce
commit 9783b96524

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

@ -94,7 +94,6 @@ 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