From 45a998baed008eb790d5ad3aab7101a041fd84e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Brand=C3=A3o?= Date: Thu, 27 Jul 2017 12:27:56 +0200 Subject: [PATCH] Hooking up travis --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9e5445d..3a19bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ language: ruby rvm: - 2.3.1 before_install: gem install bundler -v 1.12.3 +script: bundle exec rake diff --git a/README.md b/README.md index b649e19..a5b9208 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Build Status](https://travis-ci.org/khamusa/rspec-graphql_matchers.svg?branch=master) + # Rspec::GraphqlMatchers Convenient rspec matchers for testing your [graphql-ruby](https://github.com/rmosolgo/graphql-ruby) API/Schema.