From 1ba47e473c68055d9a27a9407b49fb9ff7198478 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Thu, 22 Oct 2015 21:41:09 +0200 Subject: [PATCH] Tests email with travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b52182b..b9a8f2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ script: - | travis-cargo build && travis-cargo test && + export RUST_LOG=debug && + ./target/debug/examples/client && travis-cargo doc after_success: - travis-cargo --only stable doc-upload