Skip to content

Commit

Permalink
Install rustfmt/clippy for MSRV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jan 6, 2021
1 parent edad9ba commit 1b08ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ before_script:
- cargo install --force cargo-when
- |
if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then
cargo install --force cargo-audit
elif [ "$TRAVIS_RUST_VERSION" == "1.45.0" ]; then
rustup component add clippy
rustup component add rustfmt
cargo install --force cargo-audit
fi
script:
- cargo test --tests --examples
Expand Down

0 comments on commit 1b08ef4

Please sign in to comment.