2
0
Fork 1
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:
Stjepan Glavina 2019-09-26 23:15:56 -04:00
parent cc767228f7
commit 184427cc0b

View file

@ -50,7 +50,7 @@ matrix:
rust: nightly
os: linux
script:
- cargo doc --features docs unstable
- cargo doc --features docs,unstable
- name: book
rust: nightly