From 65a653590a1c6746c7167da41a7ed675bad6c00c Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Thu, 9 Oct 2014 22:15:01 -0700 Subject: [PATCH] added travis build badge --- README.md | 2 ++ readme.dev.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a6de19..32590a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Binary Encoder / Decoder +[![Build Status](https://travis-ci.org/TyOverby/binary-encode.svg)](https://travis-ci.org/TyOverby/binary-encode) + A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme. The size of the encoded object will be the same or smaller than the size that the object takes up in memory in a running Rust program. diff --git a/readme.dev.md b/readme.dev.md index 6919148..8d04a2a 100644 --- a/readme.dev.md +++ b/readme.dev.md @@ -1,5 +1,7 @@ # Binary Encoder / Decoder +[![Build Status](https://travis-ci.org/TyOverby/binary-encode.svg)](https://travis-ci.org/TyOverby/binary-encode) + A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme. The size of the encoded object will be the same or smaller than the size that the object takes up in memory in a running Rust program.