summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Christian <lucas@lucasec.com>2016-07-16 23:31:06 -0700
committerLucas Christian <lucas@lucasec.com>2016-07-16 23:31:06 -0700
commit50c9cd9441e18dffd5e6fb94d58f7f013d2d3064 (patch)
tree41eac9c110e0b631117bf0edae57e0ecde2dfd55
parent81ccba8b54718c3f198699a81e26b07d8b7ae643 (diff)
downloadmdns-repeater-50c9cd9441e18dffd5e6fb94d58f7f013d2d3064.tar.gz
mdns-repeater-50c9cd9441e18dffd5e6fb94d58f7f013d2d3064.zip
Travis CI support
-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.