Sha256: 971b51d6aac0a34158d9ab888d6c8b97dd83566f460452ba74a6161f1528317d

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.5.0
before_script:
  - 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
  - gem install bundler -v 1.16.1
script: bundle exec rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
graphql-cache-0.2.0 .travis.yml
graphql-cache-0.1.3 .travis.yml
graphql-cache-0.1.2 .travis.yml