From 81653e6000cc9bee9b813bac4bfc814879dace89 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Tue, 25 Feb 2020 21:52:57 -0500 Subject: [PATCH] Update travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3a858c1..09ff735c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: - cargo clippy -- -D clippy::all - cargo build --verbose --target $TARGET - cargo test --verbose --target $TARGET - - cargo install --target $TARGET + - cargo install --path . --target $TARGET # Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work cache: