From 0b5b50e7f9c2c700986631e04a7cd6a03bfd21cf Mon Sep 17 00:00:00 2001 From: vladar Date: Sun, 18 Oct 2015 00:55:12 +0600 Subject: [PATCH] Added travis build status in Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 276184d..ce2e194 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This implementation will follow JavaScript version as close as possible until Gr **Current status**: version 0.4 supports all features described by specification. _corresponding graphql-js commit_: cf50cc3a304faff9a4215cd121a548e65794a089 (v0.4.2 2015-08-14). +[![Build Status](https://travis-ci.org/webonyx/graphql-php.svg?branch=master)](https://travis-ci.org/webonyx/graphql-php) + ## Table of Contents - [Overview](#overview)