We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556fae6 commit 9d3f49fCopy full SHA for 9d3f49f
ci/test_full.sh
@@ -22,12 +22,11 @@ for feature in '' bigint rational complex; do
22
cargo test --verbose --no-default-features --features="$feature"
23
done
24
25
+if [ "$TRAVIS_RUST_VERSION" = 1.8.0 ]; then exit; fi
26
+
27
# Build test for the serde feature
28
cargo build --verbose --features "serde"
29
-
-if [ "$TRAVIS_RUST_VERSION" = 1.8.0 ]; then exit; fi
30
31
# num-derive should build on 1.15.0+
32
cargo build --verbose --manifest-path=derive/Cargo.toml
33
0 commit comments