README.md: build status

This commit is contained in:
Vincent Batts 2015-03-09 14:22:45 -04:00
parent 032423140a
commit a52a5243bc
1 changed files with 3 additions and 1 deletions

View File

@ -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.