Skip to content

Commit

Permalink
Rust 1.8 is not supported anymore for Serde
Browse files Browse the repository at this point in the history
Serde 1.0 requires Rust 1.13
  • Loading branch information
rubdos committed Jun 21, 2017
1 parent 556fae6 commit 9d3f49f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/test_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ for feature in '' bigint rational complex; do
cargo test --verbose --no-default-features --features="$feature"
done

if [ "$TRAVIS_RUST_VERSION" = 1.8.0 ]; then exit; fi

# Build test for the serde feature
cargo build --verbose --features "serde"


if [ "$TRAVIS_RUST_VERSION" = 1.8.0 ]; then exit; fi

# num-derive should build on 1.15.0+
cargo build --verbose --manifest-path=derive/Cargo.toml

Expand Down

0 comments on commit 9d3f49f

Please sign in to comment.