Skip to content

Commit 9d8e13f

Browse files
author
hyunsik
committed
Fix invalid option of cargo fmt
1 parent 86cdb98 commit 9d8e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: rust
22
before_script:
33
- rustup component add rustfmt-preview
44
script:
5-
- cargo fmt --all -- --write-mode=diff
5+
- cargo fmt --all -- --check
66
- cargo build --verbose --all
77
- cargo test --verbose --all

0 commit comments

Comments
 (0)