From e76e56af0dea502997e4a63e5a682f1cb50e2881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 28 Mar 2020 11:50:59 +0100 Subject: [PATCH] travis: Test the sqlite crypto store. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7e7ac2b..77330743 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ before_script: - rustup component add rustfmt script: - - cargo build --no-default-features --features 'encryption' + - cargo build --no-default-features --features 'encryption sqlite-cryptostore' - cargo fmt --all -- --check - - cargo test --no-default-features --features 'encryption' + - cargo test --no-default-features --features 'encryption sqlite-cryptostore'