mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
d1fdb5d539
This makes it a teeny bit easier to build and test things.
12 lines
98 B
YAML
12 lines
98 B
YAML
sudo: false
|
|
language: rust
|
|
|
|
rust:
|
|
- nightly
|
|
- beta
|
|
- stable
|
|
- 1.0.0
|
|
|
|
script:
|
|
- make all
|