diff --git a/.travis.yml b/.travis.yml index ca832bf..57de05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,8 @@ script: cargo fmt -- --check elif [ -n "$BUILD_DOC" ]; then cargo doc --no-deps --all-features + else + cargo check fi after_success: - |