Skip to content

Commit

Permalink
Add individual check for TLS features
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Oct 13, 2018
1 parent 32145cf commit d145136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ script:
- |
if [[ "$TRAVIS_RUST_VERSION" != "nightly" ]]; then
cargo clean
cargo check --feature rust-tls
cargo check --feature ssl
cargo check --feature tls
cargo test --features="ssl,tls,rust-tls" -- --nocapture
fi
- |
Expand Down

0 comments on commit d145136

Please sign in to comment.