Re-enabled docs in travis, and disabled email notifications.
This commit is contained in:
parent
4e11811fe5
commit
a659f1bb1a
1 changed files with 3 additions and 2 deletions
|
@ -9,9 +9,10 @@ script:
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo test --verbose --no-default-features
|
- cargo test --verbose --no-default-features
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
# - cargo doc --verbose --no-default-features
|
- cargo doc --verbose --no-default-features
|
||||||
# - cargo doc --verbose
|
- cargo doc --verbose
|
||||||
notifications:
|
notifications:
|
||||||
|
email: false
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.fyrechat.net#vana-commits"
|
- "irc.fyrechat.net#vana-commits"
|
||||||
|
|
Loading…
Add table
Reference in a new issue