We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9c84d commit c96c235Copy full SHA for c96c235
.travis.yml
@@ -18,6 +18,7 @@ matrix:
18
- cargo doc --no-deps --features nightly
19
script:
20
- cargo test
21
+ - cargo test --features serde-1
22
- cargo test --manifest-path rand-derive/Cargo.toml
23
after_success:
24
- travis-cargo --only nightly doc-upload
appveyor.yml
@@ -33,5 +33,6 @@ build: false
33
34
test_script:
35
36
37
- cargo test --features nightly
38
0 commit comments