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'