Workaround for travis-ci/travis-ci#4704 (#529)

large writes to stdout error with errno 11 (resource unavailable)
This commit is contained in:
Michael Bryan 2018-01-06 04:47:59 +08:00 committed by GitHub
parent cd1abf8ec2
commit e791f250fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ GREEN='\033[32m'
rev=$(git rev-parse --short HEAD)
echo -e "${CYAN}Running cargo doc${NC}"
cargo doc --features regenerate-css
cargo doc --features regenerate-css > /dev/null
echo -e "${CYAN}Running mdbook build${NC}"
cargo run -- build book-example/