Skip preserve_order build on 1.8.0

Linked-hash-map does not support 1.8.0.
This commit is contained in:
David Tolnay 2016-08-14 12:25:30 -07:00
parent 54599ead9e
commit ccb6e44a6d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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) &&