Skip to content

Commit 8097d08

Browse files
committed
futures: add testing of all features under nightly
1 parent 5abf588 commit 8097d08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828
- script: cargo test --features=doctest-readme --all
2929
name: "doctest readme"
3030
rust: nightly
31+
- script: (cd tracing-futures && cargo test --all-features)
32+
name: "futures all features"
33+
rust: nightly

0 commit comments

Comments
 (0)