From 9521472897cb68641478c4232d7e0264503dff7f Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Fri, 5 Aug 2016 09:54:29 -0700 Subject: [PATCH] Add build status to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5b84ac..fb51e62 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ + + ## GAS - Go AST Scanner Inspects source code for security problems by scanning the Go AST. ### Project status +[![Build Status](https://travis-ci.org/HewlettPackard/gas.svg?branch=master)](https://travis-ci.org/HewlettPackard/gas) + Gas is still in alpha and accepting feedback from early adopters. We do not consider it production ready at this time.