From 6c1efac41b340a1c0294307822c226f5d580d475 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 15 Jul 2018 20:03:29 +0200 Subject: [PATCH] Add badges for build status and licenses --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48ac4d9..1b2a8b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # BIND9 API +[![Travis Build Status](https://travis-ci.org/vbrandl/bind9-api.svg?branch=master)](https://travis-ci.org/vbrandl/bind9-api) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/vbrandl/bind9-api/blob/master/LICENSE-MIT) +[![License](https://img.shields.io/badge/license-Apache-green.svg)](https://github.com/vbrandl/bind9-api/blob/master/LICENSE-APACHE) + This is an attempt to implement an API to create, update or delete DNS records on a BIND9 DNS server. @@ -117,4 +121,4 @@ This project is licensed under either of * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) -at your option. \ No newline at end of file +at your option.