From 46b695d575dc899171ad3dfd025acbce96544700 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Tue, 25 Feb 2020 20:31:13 -0500 Subject: [PATCH] Test installing too I guess? --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 35303c37..a3a858c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ script: - cargo clippy -- -D clippy::all - cargo build --verbose --target $TARGET - cargo test --verbose --target $TARGET + - cargo install --target $TARGET # Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work cache: