From 7276213c430f5b7a0af5c88d7a155d8631034ca1 Mon Sep 17 00:00:00 2001 From: Carl Lerche <me@carllerche.com> Date: Mon, 9 Feb 2015 21:33:00 -0800 Subject: [PATCH] Add travis build info in the Readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ed48431..ab14ab7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Bytes A utility library for working with bytes. + +[](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" +``` -- GitLab