mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 13:33:43 +00:00
9 lines
113 B
YAML
9 lines
113 B
YAML
language: rust
|
|
rust: nightly
|
|
sudo: false
|
|
|
|
script:
|
|
- python util/update_lints.py -c
|
|
- cargo build
|
|
- cargo test
|