Skip to content

Commit d1d8959

Browse files
committed
travis: Ensure format
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 1eb1408 commit d1d8959

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ matrix:
1010
allow_failures:
1111
- rust: nightly
1212

13+
before_script:
14+
- rustup component add rustfmt
15+
1316
script:
1417
- cargo test
18+
- cargo fmt -- --check

0 commit comments

Comments
 (0)