mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Reformat .travis.yml (using the vscode prettier extension)
TODO: Check this on CI. Maybe we should change the prettier script in `editors/code`, or move it to somewhere else (`tests/format` maybe) Editing the script in editors/code would be easiest as that means we don't have to double install some shared `node_modules`
This commit is contained in:
parent
f4364993f9
commit
5dbab81481
1 changed files with 35 additions and 35 deletions
|
@ -15,7 +15,7 @@ build: &rust_build
|
||||||
- cargo gen-syntax --verify
|
- cargo gen-syntax --verify
|
||||||
- RUSTFLAGS='-D warnings' cargo test
|
- RUSTFLAGS='-D warnings' cargo test
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: '-D warnings'
|
RUSTFLAGS: -D warnings
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue