From d4c1e34fc0149705d12c9a5028f2895fcccf649a Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Fri, 30 Oct 2020 11:43:49 +0100 Subject: [PATCH] ci(benches): cargo check on benches. (#146) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c0430c9f1..e54d79cfbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ script: - cargo build --verbose --no-default-features - cargo build --verbose --features "http" - cargo build --verbose --features "ws" + - cargo check --benches --all-features # TODO: add this back when the documentation has been updated. # - RUSTDOCFLAGS="--deny intra_doc_link_resolution_failure" cargo +nightly doc --verbose --workspace --no-deps --document-private-items - cargo +nightly doc --verbose --workspace --no-deps --document-private-items