From a659f1bb1a2df5da3c2a383a07dbfa5af0786cae Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Tue, 31 Mar 2015 13:18:04 -0400 Subject: [PATCH] Re-enabled docs in travis, and disabled email notifications. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6faea61..10beab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"