Skip to content

Commit 56c77c7

Browse files
committed
travis: Update CI to not use log feature
1 parent 272b053 commit 56c77c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,13 @@ matrix:
9191
- cargo test --benches
9292
# Check that setting various features does not break the build
9393
- cargo build --features=std
94-
- cargo build --features=log
9594
# remove cached documentation, otherwise files from previous PRs can get included
9695
- rm -rf target/doc
9796
- cargo doc --no-deps --features=std
9897
- cargo deadlinks --dir target/doc
9998
# also test minimum dependency versions are usable
10099
- cargo generate-lockfile -Z minimal-versions
101-
- cargo test --features=std,log
100+
- cargo test --features=std
102101

103102
- <<: *nightly_and_docs
104103
name: "OSX, nightly, docs"

0 commit comments

Comments
 (0)