diff --git a/.travis.yml b/.travis.yml index b58b8b10..353ef14c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ matrix: script: - cargo check --all --benches --bins --examples --tests - cargo test --all - - cargo doc --features docs.rs + - cargo doc --features docs - cargo fmt --all -- --check