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: matrix:
allow_failures: allow_failures:
- rust: stable
- rust: beta - rust: beta
- rust: nightly

View file

@ -55,7 +55,7 @@ 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: nightly - channel: stable
- channel: beta - channel: beta
## Install Script ## ## Install Script ##