Remove cargo audit to speed up CI

This commit is contained in:
Jonas Platte 2020-04-24 18:51:00 +02:00
parent ac44889922
commit 172e893573
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -13,16 +13,8 @@ jobs:
before_script:
- rustup component add rustfmt
- rustup component add clippy
- |
if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then
cargo install --force cargo-audit
fi
- cargo generate-lockfile
script:
- |
if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then
cargo audit
fi
- cargo fmt -- --check
- |
if [ "$TRAVIS_RUST_VERSION" != "1.39.0" ]; then