Skip to content

Commit

Permalink
Hooking up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
khamusa committed Jul 27, 2017
1 parent ca9f5e5 commit 45a998b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ language: ruby
rvm:
- 2.3.1
before_install: gem install bundler -v 1.12.3
script: bundle exec rake
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 45a998b

Please sign in to comment.