Skip to content

Commit f8445e5

Browse files
authored
Merge pull request #156 from matthiasbeyer/ensure-format
Ensure format
2 parents d9fc453 + d1d8959 commit f8445e5

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)