Test serde on Travis

This commit is contained in:
Magnus Bergmark 2017-04-04 23:48:41 +02:00
parent 1c3d30a1e8
commit acd78f26da
No known key found for this signature in database
GPG key ID: DB2D6BB84D8E0309

View file

@ -6,6 +6,6 @@ rust:
- stable
script:
- cargo build && cargo test
- cargo build && cargo test && cargo test --features "eders"
- if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then cargo bench; fi
- if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then cargo build --features "use_simd" && cargo test --features "use_simd" && cargo bench --features "use_simd"; fi