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.
2 parents 6f7792a + 6b95c7d commit 62e267cCopy full SHA for 62e267c
.travis.yml
@@ -28,13 +28,13 @@ env:
28
29
script:
30
- |
31
- travis-cargo build -- --features=tokio &&
32
- travis-cargo test -- --features=tokio &&
+ travis-cargo build -- --features=use_tokio &&
+ travis-cargo test -- --features=use_tokio &&
33
travis-cargo build -- --features=mio-evented &&
34
travis-cargo test -- --features=mio-evented &&
35
travis-cargo build -- &&
36
travis-cargo test -- &&
37
- travis-cargo --only stable doc -- --features=tokio
+ travis-cargo --only stable doc -- --features=use_tokio
38
39
after_success:
40
- '[ $TRAVIS_OS_NAME == linux ] && travis-cargo coveralls --no-sudo --verify'
0 commit comments