travis: cargo fmt doesn't require the feature flags.

master
Damir Jelić 2020-03-15 12:43:11 +01:00
parent b82b65ab09
commit 78842d5c2c
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ before_script:
script:
- cargo build --no-default-features --features 'encryption'
- cargo fmt --all --no-default-features --features 'encryption' -- --check
- cargo fmt --all -- --check
- cargo test --no-default-features --features 'encryption'