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.