From de1648ad75537c480fcea4956db4ffa225f514bb Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Tue, 25 Feb 2020 22:06:17 -0500 Subject: [PATCH] [skip travis] Only test install when attempting to deploy. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09ff735c..2665b90f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,6 @@ script: - cargo clippy -- -D clippy::all - cargo build --verbose --target $TARGET - cargo test --verbose --target $TARGET - - cargo install --path . --target $TARGET # Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work cache: @@ -46,6 +45,7 @@ notifications: on_success: never before_deploy: + - cargo install --path . --target $TARGET - | if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install zip;