From 79a7df72a8d10c0c8e035b7ef0008c9e7c2dca2b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 1 Oct 2019 02:23:24 +0200 Subject: Don't use verbose for travis and also add --locked --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ebd64e..1b1f513 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,9 +62,9 @@ install: script: # If this is a normal, non-deployment build... - - if [[ -z $TARGET && -z $CLIPPY ]]; then cargo build --verbose && RUST_BACKTRACE=1 cargo test; fi + - if [[ -z $TARGET && -z $CLIPPY ]]; then cargo build && RUST_BACKTRACE=1 cargo test; fi - if [[ -n $CLIPPY ]]; then cargo clippy -- --deny clippy::all; fi - - if [[ -n $TARGET ]]; then cargo build --verbose --release --target $TARGET; fi + - if [[ -n $TARGET ]]; then cargo build --release --locked --target $TARGET; fi before_deploy: # If this is a binary deployment... -- cgit v1.2.3