test-suite is not tested with preserve_order

This commit is contained in:
Vincent Prouillet 2018-05-14 17:36:27 +02:00 committed by Clément Renault
parent 8621ab27ae
commit 8b1cff0fce

View file

@ -11,7 +11,6 @@ script:
- cargo test - cargo test
- cargo test --features preserve_order - cargo test --features preserve_order
- cargo test --manifest-path test-suite/Cargo.toml - cargo test --manifest-path test-suite/Cargo.toml
- cargo test --manifest-path test-suite/Cargo.toml --features preserve_order
- rustdoc --test README.md -L target - rustdoc --test README.md -L target
- test "$TRAVIS_RUST_VERSION" != "1.15.0" && cargo doc --no-deps || echo "skipping cargo doc" - test "$TRAVIS_RUST_VERSION" != "1.15.0" && cargo doc --no-deps || echo "skipping cargo doc"
after_success: after_success: