mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +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
|
||||
os: linux
|
||||
script:
|
||||
- cargo doc --features docs unstable
|
||||
- cargo doc --features docs,unstable
|
||||
|
||||
- name: book
|
||||
rust: nightly
|
||||
|
|
Loading…
Reference in a new issue