From bd43490d728bdb877b33044126c56ec4dbf6f061 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Wed, 18 Sep 2019 22:56:13 +0200 Subject: [PATCH] fix cargo test --doc Signed-off-by: Yoshua Wuyts --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a2651b..d2862fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,4 +64,4 @@ matrix: script: - cargo check --features unstable --all --benches --bins --examples --tests - - cargo test --all --docs --features unstable + - cargo test --all --doc --features unstable