From f76c1fa12493968dd0b556eaa53d23d5993159c2 Mon Sep 17 00:00:00 2001 From: Darrel Herbst Date: Sun, 19 Aug 2018 14:57:16 -0400 Subject: [PATCH] Added Travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c000286..4664bc42 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SAML +[![Build Status](https://travis-ci.org/crewjam/saml.svg?branch=master)](https://travis-ci.org/crewjam/saml) + Package saml contains a partial implementation of the SAML standard in golang. SAML is a standard for identity federation, i.e. either allowing a third party to authenticate your users or allowing third parties to rely on us to authenticate their users.