From 8aa610e3503e3300289fbde731d651e01a4e68dc Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 25 Jun 2013 08:21:09 -0700 Subject: [PATCH] README: add buildstatus from travis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eef5579..9226396 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ Implementation of the omaha protocol in Go. https://code.google.com/p/omaha/ + +[![Build Status](https://travis-ci.org/coreos/go-omaha.png)](https://travis-ci.org/coreos/go-omaha)