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 6f7792a commit 6b95c7dCopy full SHA for 6b95c7d
.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