Toned down the log verbosity

This commit is contained in:
Michael Bryan 2018-01-27 14:54:56 +08:00 committed by Niko Matsakis
parent b6105db8dc
commit 6642a34d10
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ install:
- source ~/.cargo/env || true
- bash ci/install.sh
script:
- RUST_LOG=debug mdbook build
- mdbook build
notifications:
email:
on_success: never