Skip to content

Commit c96c235

Browse files
committed
Make sure CI tests serde stuff
1 parent 9d9c84d commit c96c235

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ matrix:
1818
- cargo doc --no-deps --features nightly
1919
script:
2020
- cargo test
21+
- cargo test --features serde-1
2122
- cargo test --manifest-path rand-derive/Cargo.toml
2223
after_success:
2324
- travis-cargo --only nightly doc-upload

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ build: false
3333

3434
test_script:
3535
- cargo test
36+
- cargo test --features serde-1
3637
- cargo test --features nightly
3738
- cargo test --manifest-path rand-derive/Cargo.toml

0 commit comments

Comments
 (0)