Skip to content

Commit 164ed9c

Browse files
filnetantiagainst
authored andcommitted
travis: add format check
1 parent 7debe53 commit 164ed9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ before_script:
1313
jobs:
1414
fast_finish: true
1515
include:
16+
- name: Format check
17+
os: linux
18+
rust: stable
19+
before_script:
20+
- rustup component add rustfmt
21+
script:
22+
- cargo fmt --all -- --check
1623
- os: linux
1724
rust: stable
1825
script:

0 commit comments

Comments
 (0)