test-suite is not tested with preserve_order
This commit is contained in:
parent
8621ab27ae
commit
8b1cff0fce
|
@ -11,7 +11,6 @@ script:
|
|||
- cargo test
|
||||
- cargo test --features preserve_order
|
||||
- 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
|
||||
- test "$TRAVIS_RUST_VERSION" != "1.15.0" && cargo doc --no-deps || echo "skipping cargo doc"
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue