travis: Update our Travis setup for the new workspace setup.

master
Damir Jelić 2020-04-29 10:56:17 +02:00
parent 4c760fca02
commit 83f3fc6796
1 changed files with 3 additions and 3 deletions

View File

@ -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