Skip to content

Commit

Permalink
Don't test schannel
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 27, 2016
1 parent b1faa18 commit b0ddb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(" ")')"

0 comments on commit b0ddb4d

Please sign in to comment.