We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ce05d commit 14220baCopy full SHA for 14220ba
.travis.yml
@@ -29,6 +29,7 @@ script:
29
- cargo test
30
- cargo test --tests --no-default-features
31
- cargo test --features serde-1
32
+ - cargo test --tests --no-default-features --features=serde-1
33
- cargo test --manifest-path rand-derive/Cargo.toml
34
35
env:
appveyor.yml
@@ -37,4 +37,5 @@ test_script:
37
38
- cargo test --features nightly
39
- cargo test --tests --no-default-features --features=alloc
40
41
0 commit comments