We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156885c commit dc9a4f0Copy full SHA for dc9a4f0
.travis.yml
@@ -13,5 +13,7 @@ matrix:
13
14
script:
15
- cargo build --features "${FEATURES:-}" --verbose
16
+ - cargo clean
17
- cargo test --features "${FEATURES:-}" --verbose
18
19
- cargo test --features "${TEST_FEATURES:-}" --manifest-path tests/Cargo.toml --verbose
0 commit comments