mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
14 lines
245 B
YAML
14 lines
245 B
YAML
language: rust
|
|
|
|
matrix:
|
|
include:
|
|
|
|
- rust: nightly-2018-01-26
|
|
before_script:
|
|
- rustup component add rustfmt-preview
|
|
script:
|
|
- cargo fmt -- --write-mode=diff
|
|
|
|
- rust: stable
|
|
script:
|
|
- cargo test
|