From 625d1ad150baf7d604093e77c8b25cd759ae5425 Mon Sep 17 00:00:00 2001 From: opencadc-admin <opencadc@gmail.com> Date: Mon, 22 Aug 2016 14:18:18 -0700 Subject: [PATCH] add link to Travis CI to README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a08ea3d8..8b4808ed 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # ac Access Control: client and server authentication and authorization implementations for user and group management. -- cadcAccessControl - Access control clients and common model objects and exceptions. -- cadcAccessControl-Server - Access control web service implementation. -- cadcAccessControl-Admin - Administrative tool for managing users. -- cadcTomcat - Tomcat 7 authentication realm implementation that uses the AC web service. +Build status: <a href="https://travis-ci.org/opencadc/ac"><img src="https://travis-ci.org/opencadc/ac.svg?branch=master" /></a> + +- cadc-access-control - Access control clients and common model objects and exceptions. +- cadc-access-control-server - Access control web service implementation. +- cadc-access-control-admin - Administrative tool for managing users. +- cadc-tomcat - Tomcat 7 authentication realm implementation that uses the AC web service. Please see the README.md file in each of these modules for build, deployment and customization details. -- GitLab