mirror of
https://github.com/actix/actix-web.git
synced 2025-01-17 20:56:08 +00:00
Correct build script
This commit is contained in:
parent
d145136e56
commit
63a443fce0
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ script:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" != "nightly" ]]; then
|
if [[ "$TRAVIS_RUST_VERSION" != "nightly" ]]; then
|
||||||
cargo clean
|
cargo clean
|
||||||
cargo check --feature rust-tls
|
cargo check --features rust-tls
|
||||||
cargo check --feature ssl
|
cargo check --features ssl
|
||||||
cargo check --feature tls
|
cargo check --features tls
|
||||||
cargo test --features="ssl,tls,rust-tls" -- --nocapture
|
cargo test --features="ssl,tls,rust-tls" -- --nocapture
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue