#34 Added Travis CI integration

This commit is contained in:
Pierre-Olivier Latour
2014-04-11 23:37:45 -07:00
parent 3b1fa05046
commit eb29232842

View File

@@ -1,6 +1,8 @@
Overview
========
[![Build Status](https://travis-ci.org/swisspol/GCDWebServer.svg?branch=master)](https://travis-ci.org/swisspol/GCDWebServer)
GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded in Mac & iOS apps. It was written from scratch with the following goals in mind:
* Easy to use and understand architecture with only 4 core classes: server, connection, request and response
* Well designed API for easy integration and customization