summaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parent81ccba8b54718c3f198699a81e26b07d8b7ae643 (diff)
downloadmdns-repeater-50c9cd9441e18dffd5e6fb94d58f7f013d2d3064.tar.gz
mdns-repeater-50c9cd9441e18dffd5e6fb94d58f7f013d2d3064.zip
Travis CI support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 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
+