diff --git a/.travis.yml b/.travis.yml index 3a2651b5..d2862fca 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