From 50c9cd9441e18dffd5e6fb94d58f7f013d2d3064 Mon Sep 17 00:00:00 2001 From: Lucas Christian Date: Sat, 16 Jul 2016 23:31:06 -0700 Subject: Travis CI support --- .travis.yml | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .travis.yml 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. -- cgit v1.2.3