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 8db4597 commit 509c167Copy full SHA for 509c167
.travis.yml
@@ -14,10 +14,12 @@ before_script:
14
15
script:
16
- |
17
- travis-cargo build &&
+ travis-cargo test -- --no-default-features &&
18
travis-cargo test &&
19
- travis-cargo build -- --no-default-features &&
20
- travis-cargo test -- --no-default-features
+ travis-cargo test -- --all-features &&
+ rm Cargo.lock &&
21
+ # no version of quickcheck compiles with -Z minimal-versions, but serde does
22
+ travis-cargo --only nightly build -- -Z minimal-versions --features 'serde serde-test'
23
24
after_success:
25
0 commit comments