From f40c350e71a7971a1efaec660034307528f0659a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 24 Sep 2019 02:32:18 -0700 Subject: [PATCH] .travis.yml: Lint with the `rustsec-admin` crate https://github.com/RustSec/rustsec-admin --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41edf06..c0e70b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: rust cache: cargo -install: cargo install rustsec-cli --git https://github.com/RustSec/rustsec-crate.git +install: cargo install rustsec-admin # check that the advisory-db is well-formed -script: rustsec check +script: rustsec-admin lint branches: only: