From 467fe33e37d9735828b2462dbba53fadea406dcf Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 17 May 2016 16:07:40 -0700 Subject: [PATCH] Add travis badges. Showing both dev/master branches for now. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e582da56..b98aaf02 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ for an early release. On the other hand performance is still a work in progress. On busy hosts and/or with large rule sets, you may see the current version of falco using high CPU. Expect big improvements in coming releases. +Dev Branch: [![Build Status](https://travis-ci.org/draios/falco.svg?branch=dev)](https://travis-ci.org/draios/falco)
+Master Branch: [![Build Status](https://travis-ci.org/draios/falco.svg?branch=master)](https://travis-ci.org/draios/falco) + ####Table of Contents - [Overview](#overview)