diff --git a/.travis.yml b/.travis.yml index edfdf3ad823d4e146937923eadd7147b1164791e..37374e36405d571dbd57eca92537a1c722b5c463 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ addons: # run builds for both all the trains rust: - - nightly - beta - stable diff --git a/README.md b/README.md index 8b8be630ccdab5c652c964d9ff6fc48ca18d8733..ff2a52c8ad750a881321e862b917d54989535c2b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [](https://crates.io/crates/coap) [](https://travis-ci.org/Covertness/coap-rs) [](https://ci.appveyor.com/project/Covertness/coap-rs) +[](https://coveralls.io/github/Covertness/coap-rs?branch=master) [](./LICENSE) A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library implemented in Rust.