Added `cargo audit` to CI.

This commit is contained in:
Marc Brinkmann 2018-10-16 11:20:16 +02:00 committed by Andreas Fackler
parent df1471f86d
commit 26e659079a
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ before_install:
fi
- 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
# after_failure:
# # Outputs the syslog after a failed build, e.g. to debug `SIGILL` occurrences.
# # Unfortunately this is likely to disable container-based travis images,

1
ci.sh
View File

@ -17,3 +17,4 @@ cargo fmt -- --check
cargo test --features=use-insecure-test-only-mock-crypto --release
cargo doc
cargo deadlinks --dir target/doc/hbbft/
cargo audit