Skip to content

Commit c39540e

Browse files
committed
Check formatting on CI
1 parent c321db8 commit c39540e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ os:
66
- osx
77

88
script:
9+
- rustup component add rustfmt
910
- cargo build --verbose
1011
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo test --verbose; fi
12+
- cargo fmt -- --check

0 commit comments

Comments
 (0)