Sha256: e599ae0e3cc2e7b1d0ca07dc248017bdb0df6d644f8e8577338799e1c5c71952

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.5.0
before_script:
  - gem install bundler
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
script: bundle exec rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql-cache-0.2.2 .travis.yml
graphql-cache-0.2.1 .travis.yml