From a2cf6d2733b116d4754e1bd1dc123010b670ec47 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 20 May 2014 16:22:46 +0800 Subject: [PATCH] Add travis status image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f7d0ef..3e6637c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ R3 ================ +[![Build Status](https://travis-ci.org/c9s/r3.svg?branch=master)](https://travis-ci.org/c9s/r3) + R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your route paths into a prefix trie.