mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +01:00
fix travis config
This commit is contained in:
parent
599f3c26e0
commit
06f9b7b52f
@ -29,13 +29,6 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- USE_SKEPTIC=1 cargo test --features=alpn
|
- 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
|
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
Loading…
Reference in New Issue
Block a user