diff --git a/README.md b/README.md
index a08ea3d8375120801f380d6734287ad945946bb5..8b4808ed9bb6730ca50e00713ab65a8b0a3dcff8 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.