Test serde on Travis
This commit is contained in:
parent
1c3d30a1e8
commit
acd78f26da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue