mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
disable non-nightly build
This commit is contained in:
parent
0b7bb54df4
commit
71d4ab96d4
@ -3,7 +3,10 @@ language: rust
|
||||
cache: cargo
|
||||
rust:
|
||||
- nightly
|
||||
- stable
|
||||
# - beta
|
||||
# ^ to be changed once a new beta is cut that doesn't crash
|
||||
# - stable
|
||||
# ^ to be changed once question_mark becomes stable
|
||||
before_script:
|
||||
- (cargo install mdbook || true)
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user