From 83f3fc67964701a973a38d0ca1f1be9c614470cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 29 Apr 2020 10:56:17 +0200 Subject: [PATCH] travis: Update our Travis setup for the new workspace setup. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12b132e1..b210cbf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jobs: before_script: - cargo install cargo-tarpaulin script: - - cargo tarpaulin --features 'encryption sqlite-cryptostore' --out Xml + - cargo tarpaulin --out Xml after_success: - bash <(curl -s https://codecov.io/bash) @@ -24,6 +24,6 @@ before_script: - rustup component add rustfmt script: - - cargo build --no-default-features --features 'encryption sqlite-cryptostore' - cargo fmt --all -- --check - - cargo test --no-default-features --features 'encryption sqlite-cryptostore' + - cargo build + - cargo test