From 9780cdd0af41baacd8e7a52d6be3a98cff522314 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 14 May 2018 17:36:27 +0200 Subject: test-suite is not tested with preserve_order --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc09706..88ce22f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- cgit v1.2.3