1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

Add individual check for TLS features

This commit is contained in:
Douman 2018-10-13 09:54:03 +03:00
parent 32145cf6c3
commit d145136e56

View File

@ -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
- |