Skip to content

Commit ad0b09e

Browse files
committed
enforce rustfmt on travis
1 parent 85783f5 commit ad0b09e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ install:
1717
- nvm install stable
1818
- nvm use stable
1919
- npm install remark-cli remark-lint
20+
- cargo install rustfmt
2021

2122
script:
2223
- remark -f README.md > /dev/null
2324
- python util/update_lints.py -c
25+
- cargo fmt -- --write-mode=diff
2426
- set -e
2527
- cargo build --features debugging
2628
- cargo test --features debugging

0 commit comments

Comments
 (0)