Add `cargo audit` to CI.

master
Marc Brinkmann 7 years ago committed by Andreas Fackler
parent 20de873356
commit 0d4c376808
  1. 1
      .travis.yml
  2. 1
      ci.sh

@ -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

@ -14,3 +14,4 @@ cargo test --release
cargo test --all-features --release
cargo doc
cargo deadlinks --dir target/doc/threshold_crypto/
cargo audit

Loading…
Cancel
Save