Don't test schannel

This commit is contained in:
Steven Fackler 2016-11-26 22:48:29 -08:00
parent b1faa18a1e
commit b0ddb4d0f9

View File

@ -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(" ")')"