[docs] add travis build status

This commit is contained in:
yawnt 2013-09-17 11:24:35 +02:00
parent 16a4d9da11
commit 6b61878759

View File

@ -9,6 +9,12 @@ Caronte is an HTTP programmable proxying library that supports
websockets. It is suitable for implementing components such as websockets. It is suitable for implementing components such as
proxies and load balancers. proxies and load balancers.
### Build Status
<p align="center">
<img src="https://travis-ci.org/nodejitsu/node-http-proxy.png?branch=caronte"/>
</p>
### Core Concept ### Core Concept
A new proxy is created by calling `createProxyServer` and passing A new proxy is created by calling `createProxyServer` and passing