summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--README.md3
2 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..22d89e9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: C
+script:
+ - make
+
diff --git a/README.md b/README.md
index 30a0a35..ceffe2f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
mdns-repeater
==============
+
+[![Build Status](https://travis-ci.org/lucasec/mdns-repeater.svg?branch=master)](https://travis-ci.org/lucasec/mdns-repeater)
+
mdns-repeater is a Multicast DNS repeater for Linux. Multicast DNS uses the 224.0.0.51 address, which is "administratively scoped" and does not leave the subnet.
mdns-repeater provides a "keep it simple, stupid" solution to discovering mDNS services across subnets, and is primarily intended for router distributions and software firewalls.