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