mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Require beta insteand of stable
This commit is contained in:
parent
5c68d37055
commit
84fc3e277d
1 changed files with 2 additions and 0 deletions
|
@ -3,10 +3,12 @@ sudo: false
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: stable
|
||||
- rust: nightly
|
||||
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue