diff --git a/.travis.yml b/.travis.yml index 298d2ec..2ff2d74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,6 @@ before_install: script: - cargo clean - cargo check --all-targets - - cargo test --lib - cargo test --doc - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo test --tests;