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

View file

@ -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