mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-02 18:59:04 +01:00
Correct build script
This commit is contained in:
parent
d145136e56
commit
63a443fce0
@ -32,9 +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 check --features rust-tls
|
||||
cargo check --features ssl
|
||||
cargo check --features tls
|
||||
cargo test --features="ssl,tls,rust-tls" -- --nocapture
|
||||
fi
|
||||
- |
|
||||
|
Loading…
x
Reference in New Issue
Block a user