No need to test --lib twice
This commit is contained in:
parent
9be18cc574
commit
b75e30802a
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- cargo clean
|
- cargo clean
|
||||||
- cargo check --all-targets
|
- cargo check --all-targets
|
||||||
- cargo test --lib
|
|
||||||
- cargo test --doc
|
- cargo test --doc
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
cargo test --tests;
|
cargo test --tests;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue