mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-06 16:36:40 +00:00
fix a bug in .travis.yml
This commit is contained in:
parent
cc767228f7
commit
184427cc0b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ matrix:
|
||||||
rust: nightly
|
rust: nightly
|
||||||
os: linux
|
os: linux
|
||||||
script:
|
script:
|
||||||
- cargo doc --features docs unstable
|
- cargo doc --features docs,unstable
|
||||||
|
|
||||||
- name: book
|
- name: book
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
|
Loading…
Reference in a new issue