Add travis build info in the Readme

This commit is contained in:
Carl Lerche
2015-02-09 21:33:00 -08:00
parent a88a7fae3c
commit 7276213c43
+11
View File
@@ -1,3 +1,14 @@
# Bytes
A utility library for working with bytes.
[![Build Status](https://travis-ci.org/carllerche/bytes.svg?branch=master)](https://travis-ci.org/carllerche/bytes)
## Usage
To use `bytes`, first add this to your `Cargo.toml`:
```toml
[dependencies.bytes]
git = "https://github.com/carllerche/bytes"
```