From b0ddb4d0f907be60edf408b8fb1951fdff082bb3 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 26 Nov 2016 22:48:29 -0800 Subject: [PATCH] Don't test schannel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9818eac5..436f6db3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_script: - "./.travis/setup.sh" script: - 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(" ")')"