mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 14:32:05 +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
|
||||
(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_tests && travis-cargo --skip nightly test -- --features with-syntex --no-default-features) &&
|
||||
(cd json_tests && travis-cargo --only nightly test -- --features unstable-testing) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user