From a52a5243bcb5d0448a3f84166c13cebed6ca7c64 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 9 Mar 2015 14:22:45 -0400 Subject: [PATCH] README.md: build status --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0b5ae..698bc4b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -Overview +tar-split ======== +[![Build Status](https://travis-ci.org/vbatts/tar-split.svg?branch=master)](https://travis-ci.org/vbatts/tar-split) + Extend the upstream golang stdlib `archive/tar` library, to expose the raw bytes of the TAR, rather than just the marshalled headers and file stream.