No need to test --lib twice

This commit is contained in:
Jon Gjengset 2018-11-22 19:07:39 -05:00
parent 9be18cc574
commit b75e30802a
No known key found for this signature in database
GPG key ID: D64AC9D67176DC71

View file

@ -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;