From b9d2bfe3bdf424416b5708d905df36b47b1c5fed Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 18 Dec 2016 12:35:56 +0100 Subject: [PATCH] Adding build status to README and fix title in npm --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8127cacfc..b853489fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # two-factor-auth-server + [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)][MIT License] +[![Build](https://travis-ci.org/clems4ever/two-factor-auth-server.svg?branch=master)](https://travis-ci.org/clems4ever/two-factor-auth-server) + **two-factor-auth-server** is the simplest to set up HTTP 2-factor authentication server. It is compatible with NGINX auth_request module and is used in production to secure internal services in a swarm cluster.