From e655c0f9b00684d4d55c27a43cbb917142fad9e2 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 24 Apr 2015 15:09:39 -0700 Subject: [PATCH] Add travis status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05da7db..7461783 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This is supposed to be a library to work with IPv4 and v6 CIDRs in rust +[![Build Status](https://travis-ci.org/achanda/ipnetwork.svg?branch=master)](https://travis-ci.org/achanda/ipnetwork) + Installation ============= This crate works with Cargo. Assuming you have Rust and Cargo installed, simply check out the source and run tests: