Don't test schannel
This commit is contained in:
parent
b1faa18a1e
commit
b0ddb4d0f9
@ -10,4 +10,4 @@ before_script:
|
|||||||
- "./.travis/setup.sh"
|
- "./.travis/setup.sh"
|
||||||
script:
|
script:
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo test --features "$(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework"))|join(" ")')"
|
- cargo test --features "$(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')"
|
||||||
|
Loading…
Reference in New Issue
Block a user