Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Travis builds #146

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: c
compiler:
- clang
- gcc
script: "make"
2 changes: 2 additions & 0 deletions 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
Expand Down