1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

fix travis config

This commit is contained in:
Nikolay Kim 2017-11-27 16:49:25 -08:00
parent 599f3c26e0
commit 06f9b7b52f

View file

@ -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