From 16acf7f75332fb61d7797cf12940724017e26046 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 24 Apr 2020 18:43:49 +0200 Subject: [PATCH] CI updates --- .builds/msrv.yml | 2 +- .travis.yml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.builds/msrv.yml b/.builds/msrv.yml index ad1b6ea0..200c20ef 100644 --- a/.builds/msrv.yml +++ b/.builds/msrv.yml @@ -23,4 +23,4 @@ tasks: cargo build --all-features --verbose build2_exit=$? - exit $(( $fmt_exit || $build1_exit || $build2_exit )) + exit $(( $build1_exit || $build2_exit )) diff --git a/.travis.yml b/.travis.yml index 129d203c..4a0863c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,16 +16,8 @@ before_script: if [ "$TRAVIS_RUST_VERSION" != "1.36.0" ]; then rustup component add clippy fi - - | - 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.36.0" ]; then