Skip to content

Commit

Permalink
Check code formatting on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Aug 16, 2019
1 parent 86b49dd commit 8eaa148
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ script: cargo test --verbose --release --features=decode_test -- --ignored

jobs:
include:
- name: "Code Formatting"
rust: stable
script:
- rustup component add rustfmt
- cargo fmt -- --check
- name: "Build & Coveralls"
script:
- cargo install cargo-kcov
Expand Down

0 comments on commit 8eaa148

Please sign in to comment.