Only expect nightly to build on CI
This commit is contained in:
parent
769c12833a
commit
00968f0a4f
2 changed files with 3 additions and 3 deletions
|
@ -6,5 +6,5 @@ rust:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: beta
|
- rust: stable
|
||||||
- rust: nightly
|
- rust: beta
|
|
@ -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 ##
|
||||||
|
|
Loading…
Add table
Reference in a new issue