ci: simplify audit script

This commit is contained in:
5chdn 2018-10-01 14:58:25 +01:00
parent 269d7c10eb
commit f0f123c823
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -3,10 +3,5 @@
set -e # fail on any error
set -u # treat unset variables as error
rustup default stable
git submodule update --init --recursive
rustup show
cargo install cargo-audit
cargo audit
cargo +stable install cargo-audit
cargo +stable audit