Skip to content

Commit 1e52318

Browse files
committed
(chore) add rustfmt check
1 parent 19cc050 commit 1e52318

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ matrix:
1212
- rustup component add clippy
1313
script:
1414
- cargo clippy --all-features -- -D warnings
15+
- rust: stable
16+
name: fmt-check
17+
before_script:
18+
- rustup component add rustfmt
19+
script:
20+
- cargo fmt --check
1521
- rust: beta
1622
- rust: stable
1723
- rust: 1.45.0

0 commit comments

Comments
 (0)