From 06f9b7b52fb29b823613adbc9b8d8ea9428b926f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 27 Nov 2017 16:49:25 -0800 Subject: [PATCH] fix travis config --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 922665bbe..a1b3c431e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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