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 272b053 commit 56c77c7Copy full SHA for 56c77c7
.travis.yml
@@ -91,14 +91,13 @@ matrix:
91
- cargo test --benches
92
# Check that setting various features does not break the build
93
- cargo build --features=std
94
- - cargo build --features=log
95
# remove cached documentation, otherwise files from previous PRs can get included
96
- rm -rf target/doc
97
- cargo doc --no-deps --features=std
98
- cargo deadlinks --dir target/doc
99
# also test minimum dependency versions are usable
100
- cargo generate-lockfile -Z minimal-versions
101
- - cargo test --features=std,log
+ - cargo test --features=std
102
103
- <<: *nightly_and_docs
104
name: "OSX, nightly, docs"
0 commit comments