travis: cargo fmt doesn't require the feature flags.
parent
b82b65ab09
commit
78842d5c2c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue