mirror of
https://github.com/actix/actix-web.git
synced 2025-02-20 12:56:16 +00:00
fix travis config
This commit is contained in:
parent
599f3c26e0
commit
06f9b7b52f
1 changed files with 0 additions and 7 deletions
|
@ -29,13 +29,6 @@ before_script:
|
|||
|
||||
script:
|
||||
- USE_SKEPTIC=1 cargo test --features=alpn
|
||||
|
||||
# Build without unstable flag
|
||||
- cargo build
|
||||
|
||||
# Test examples in guide.
|
||||
- rustdoc --test guide/src/qs_2.md -L target/debug -L target/debug/deps
|
||||
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then
|
||||
cargo clippy
|
||||
|
|
Loading…
Reference in a new issue