Re-enabled docs in travis, and disabled email notifications.

This commit is contained in:
Aaron Weiss 2015-03-31 13:18:04 -04:00
parent 4e11811fe5
commit a659f1bb1a

View file

@ -9,9 +9,10 @@ script:
- cargo build --verbose
- cargo test --verbose --no-default-features
- cargo test --verbose
# - cargo doc --verbose --no-default-features
# - cargo doc --verbose
- cargo doc --verbose --no-default-features
- cargo doc --verbose
notifications:
email: false
irc:
channels:
- "irc.fyrechat.net#vana-commits"