Skip to content

Commit

Permalink
Correct build script
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Oct 13, 2018
1 parent d145136 commit 63a443f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- |
Expand Down

0 comments on commit 63a443f

Please sign in to comment.