From 949386a43ff9f2dbdc9f03442f13dbc8f31e3d39 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Wed, 26 Aug 2020 10:05:32 -0400 Subject: [PATCH] Hopefully fix CI/CD issue with clippy install. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f599a56b..58c86d6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,4 +43,3 @@ script: for crate in "" "db" "db-traits" "ffi" "public-traits" "query-projector" "query-projector-traits" "query-pull" "sql" "tolstoy" "tolstoy-traits" "transaction" "tools/cli"; do cargo test --manifest-path ./$crate/Cargo.toml --verbose --no-default-features --features sqlcipher done -cache: cargo