From 73f1e14756d224969d45d8f40c5d05f8c1c79389 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Wed, 4 Sep 2013 15:09:42 -0500 Subject: [PATCH] add travis build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 934bece..835ad41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Aura HTTP ========= +[![Build Status](https://travis-ci.org/auraphp/Aura.Http.png)](https://travis-ci.org/auraphp/Aura.Http) + The Aura HTTP package provides objects to build and send HTTP requests and responses, including `multipart/form-data` requests, with streaming of file resources when using the `curl` adapter.