From 13d89ba434b4b2287363e1e76b9ab6b88990bdd5 Mon Sep 17 00:00:00 2001 From: David Beitey <david@davidjb.com> Date: Thu, 11 Feb 2016 10:48:00 +1000 Subject: [PATCH] Add Travis CI image --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index e26d0d0..046b59b 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ Shibboleth auth request module for nginx ======================================== +.. image:: https://travis-ci.org/nginx-shib/nginx-http-shibboleth.svg?branch=master + :target: https://travis-ci.org/nginx-shib/nginx-http-shibboleth + This module allows authorization based on the result of a subrequest to Shibboleth. Once a subrequest returns 2xx status - access is allowed; on 401 or 403 - access is disabled with an appropriate status. -- GitLab