From 7a559ee419e7c8b0e6a5ff3241860d350f794859 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 31 Jan 2019 16:26:06 +0100 Subject: [PATCH] docs(CI): add travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebe406..ce92cb2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > GraphQL reactive executor -[![npm version](https://badge.fury.io/js/reactive-graphql.svg)](https://badge.fury.io/js/reactive-graphql) +[![npm version](https://badge.fury.io/js/reactive-graphql.svg)](https://badge.fury.io/js/reactive-graphql) [![Build Status](https://travis-ci.org/mesosphere/reactive-graphql.svg?branch=master)](https://travis-ci.org/mesosphere/reactive-graphql) Execute GraphQL queries against reactive resolvers (resolvers that return Observable) to get a reactive results.