Coveralls

This commit is contained in:
Tim Kuehn
2016-02-12 10:27:12 -08:00
parent a966cd5a0c
commit 6480b270fb

View File

@@ -2,7 +2,15 @@ language: rust
rust:
- nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- |
(cd tarpc && cargo build) &&
(cd tarpc && cargo test)
after_success:
- (cd tarpc && travis-cargo coveralls --no-sudo)