From 0421e1f4f8259c40fd15671d7bc82f64de437263 Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Thu, 30 Aug 2018 18:16:37 +0300 Subject: [PATCH] Add travis testing --- .travis.yml | 12 ++++++++++++ README.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..2aeceeb8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: go +sudo: false +go: + - 1.10.x + - 1.11.x + - master + - tip + +script: + - cd dnsfilter && go get -d -t . && go test + - cd ../coredns_plugin && go get -d -t . && go test + diff --git a/README.md b/README.md index 75976e72..e7515615 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/AdguardTeam/AdguardDNS.svg)](https://travis-ci.org/AdguardTeam/AdguardDNS) + # Self-hosted AdGuard DNS AdGuard DNS is an ad-filtering DNS server with built-in phishing protection and optional family-friendly protection.