diff --git a/.travis.yml b/.travis.yml index dbb5723..f042a75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ addons: before_install: - rustup component add --toolchain=${TRAVIS_RUST_VERSION} rustfmt-preview clippy-preview - cargo deadlinks --version || cargo install cargo-deadlinks + - cargo audit --version || cargo install cargo-audit script: ./ci.sh diff --git a/ci.sh b/ci.sh index e66031f..23ee244 100755 --- a/ci.sh +++ b/ci.sh @@ -14,3 +14,4 @@ cargo test --release cargo test --all-features --release cargo doc cargo deadlinks --dir target/doc/threshold_crypto/ +cargo audit