From 172e89357392184c32fb4262dbde518e1ce807b1 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 24 Apr 2020 18:51:00 +0200 Subject: [PATCH] Remove cargo audit to speed up CI --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51cc2c60..01f78d87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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