From fa7455081a53f5513f55a7a21a766558f2090457 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Mon, 14 Jan 2013 07:38:47 -0800 Subject: [PATCH] doc: add travis build status link --- .travis.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ae85af0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: c + +compiler: + - clang + - gcc + +script: + - "make" + +notifications: + email: false + irc: + - "irc.freenode.net#libuv" diff --git a/README.md b/README.md index ef1bf6e..b63418a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ HTTP Parser =========== +[![Build Status](https://travis-ci.org/joyent/http-parser.png?branch=master)](https://travis-ci.org/joyent/http-parser) + This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not