mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
enforce rustfmt on travis
This commit is contained in:
parent
85783f501d
commit
ad0b09e84c
1 changed files with 2 additions and 0 deletions
|
@ -17,10 +17,12 @@ install:
|
|||
- nvm install stable
|
||||
- nvm use stable
|
||||
- npm install remark-cli remark-lint
|
||||
- cargo install rustfmt
|
||||
|
||||
script:
|
||||
- remark -f README.md > /dev/null
|
||||
- python util/update_lints.py -c
|
||||
- cargo fmt -- --write-mode=diff
|
||||
- set -e
|
||||
- cargo build --features debugging
|
||||
- cargo test --features debugging
|
||||
|
|
Loading…
Add table
Reference in a new issue