diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-09-12 17:22:58 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-09-12 17:22:58 +0200 |
commit | efacfa3e42779e5f0bdd857c969d17eb8ad98789 (patch) | |
tree | 7a919d081227c63f70048b47f91c649ca33974eb /README.md | |
parent | ab55a68c191bb720dc8e37b9a41248761e7f5cad (diff) |
README.md: Add Travis CI and Coverity Scanner status badges
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # llmnrd - Link-Local Multicast Resolution Daemon +[![Build Status](https://travis-ci.org/tklauser/llmnrd.svg?branch=master)](https://travis-ci.org/tklauser/llmnrd) +[![Coverity Status](https://scan.coverity.com/projects/8697/badge.svg)](https://scan.coverity.com/projects/tklauser-llmnrd) + llmnrd is a daemon implementing the Link-Local Multicast Name Resolution (LLMNR) protocol according to [RFC 4795](https://tools.ietf.org/html/rfc4795). It currently only supports Linux, as it uses the |