diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e378d8c7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +compiler: + - clang + - gcc +script: "make" diff --git a/README.md b/README.md index ef1bf6e9..b63418af 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