travis: run all tests in cargo test

Specifying "--doc --lib --tests" together is no longer supported
This commit is contained in:
Victor Berger 2018-09-25 09:42:08 +02:00
parent 454f874284
commit 4bdfc5b5b1
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ script:
vagga cargo-$TRAVIS_RUST_VERSION test -p anvil --all-features
;;
*)
vagga cargo-$TRAVIS_RUST_VERSION test --lib --doc --tests --no-default-features --features "$FEATURES" &&
vagga cargo-$TRAVIS_RUST_VERSION test --no-default-features --features "$FEATURES" &&
vagga cargo-$TRAVIS_RUST_VERSION doc --no-deps --no-default-features --features "$FEATURES"
esac