Only expect nightly to build on CI

This commit is contained in:
Antoine Gersant 2018-10-27 17:27:47 -07:00
parent 769c12833a
commit 00968f0a4f
2 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ rust:
matrix:
allow_failures:
- rust: beta
- rust: nightly
- rust: stable
- rust: beta

View file

@ -55,7 +55,7 @@ environment:
# or test failure in the matching channels/targets from failing the entire build.
matrix:
allow_failures:
- channel: nightly
- channel: stable
- channel: beta
## Install Script ##