We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1faa18 commit b0ddb4dCopy full SHA for b0ddb4d
.travis.yml
@@ -10,4 +10,4 @@ before_script:
10
- "./.travis/setup.sh"
11
script:
12
- cargo test
13
-- 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(" ")')"
0 commit comments