Tests email with travis

This commit is contained in:
Alexis Mousset
2015-10-22 21:41:09 +02:00
parent 3acf21a316
commit 1ba47e473c

View File

@@ -15,6 +15,8 @@ script:
- | - |
travis-cargo build && travis-cargo build &&
travis-cargo test && travis-cargo test &&
export RUST_LOG=debug &&
./target/debug/examples/client &&
travis-cargo doc travis-cargo doc
after_success: after_success:
- travis-cargo --only stable doc-upload - travis-cargo --only stable doc-upload