From f102f321d34b8add4fc3eac8e9411e13e790b959 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Thu, 22 Oct 2015 21:45:19 +0200 Subject: [PATCH] Tests email with travis --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9a8f2a..c2c51aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,10 @@ before_script: script: - | travis-cargo build && - travis-cargo test && - export RUST_LOG=debug && - ./target/debug/examples/client && - travis-cargo doc + travis-cargo test + - export RUST_LOG=debug + - ./target/debug/examples/client + - travis-cargo doc after_success: - travis-cargo --only stable doc-upload - travis-cargo --only stable coveralls