mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 23:35:59 +00:00
Skip preserve_order build on 1.8.0
Linked-hash-map does not support 1.8.0.
This commit is contained in:
parent
54599ead9e
commit
ccb6e44a6d
@ -30,7 +30,7 @@ script:
|
|||||||
- |
|
- |
|
||||||
if [ -z $BENCH ]; then
|
if [ -z $BENCH ]; then
|
||||||
(cd json && travis-cargo build) &&
|
(cd json && travis-cargo build) &&
|
||||||
(cd json && travis-cargo build -- --features preserve_order) &&
|
(cd json && travis-cargo --skip 1.8.0 build -- --features preserve_order) &&
|
||||||
(cd json && travis-cargo --only nightly test) &&
|
(cd json && travis-cargo --only nightly test) &&
|
||||||
(cd json_tests && travis-cargo --skip nightly test -- --features with-syntex --no-default-features) &&
|
(cd json_tests && travis-cargo --skip nightly test -- --features with-syntex --no-default-features) &&
|
||||||
(cd json_tests && travis-cargo --only nightly test -- --features unstable-testing) &&
|
(cd json_tests && travis-cargo --only nightly test -- --features unstable-testing) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user