Sha256: a0df57706d7e3e0f7007a69d0f62628e60a5408464e15afa1bef45ce9124bab1

Contents?: true

Size: 259 Bytes

Versions: 4

Compression:

Stored size: 259 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.3.1
before_install: gem install bundler -v 1.12.3
script: bundle exec rspec
matrix:
  include:
    - name: "GraphQL 1.9.x"
      env: GRAPHQL_GEM_VERSION=1.9
    - name: "GraphQL 1.8.x"
      env: GRAPHQL_GEM_VERSION=1.8

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rspec-graphql_matchers-1.3.0 .travis.yml
rspec-graphql_matchers-1.2.1 .travis.yml
rspec-graphql_matchers-1.2 .travis.yml
rspec-graphql_matchers-1.1 .travis.yml