Skip to content

Commit

Permalink
Addition of formatting checks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed Jun 23, 2020
1 parent 47e36c4 commit 4481675
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 @@ -3,6 +3,11 @@ dist: bionic

jobs:
include:
- before_script:
- rustup toolchain install nightly
- rustup component add rustfmt
script:
- cargo +nightly fmt -- --check
- script:
- cargo build --verbose
- script:
Expand Down

0 comments on commit 4481675

Please sign in to comment.