Skip to content

Commit

Permalink
Addition of formatting checks in CI (nightly toolchain)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed Jun 23, 2020
1 parent 4481675 commit 7fdcf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
include:
- before_script:
- rustup toolchain install nightly
- rustup component add rustfmt
- rustup component add rustfmt --toolchain nightly
script:
- cargo +nightly fmt -- --check
- script:
Expand Down

0 comments on commit 7fdcf6d

Please sign in to comment.