Sha256: 4b8bb58891e7e23296c0714c22645444d4e76c23e7862c544f72cc19c22bdfb9

Contents?: true

Size: 308 Bytes

Versions: 14

Compression:

Stored size: 308 Bytes

Contents

sudo: false
language: ruby
cache: bundler

rvm:
  - 2.3.6
  - 2.4.3
  - 2.5.0
  - 2.6.0

git:
  depth: 10

before_install:
  - gem update --system
  - gem install bundler

matrix:
  include:
    - script: bundle exec rake rubocop
      rvm: 2.6.0
    - script: bundle exec rake html_proofer
      rvm: 2.6.0

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
json-schema-docs-0.3.1 .travis.yml
json-schema-docs-0.3.0 .travis.yml
json-schema-docs-0.2.4 .travis.yml
json-schema-docs-0.2.3 .travis.yml
json-schema-docs-0.2.2 .travis.yml
json-schema-docs-0.2.1 .travis.yml
json-schema-docs-0.2.0 .travis.yml
json-schema-docs-0.1.1 .travis.yml
json-schema-docs-0.1.0 .travis.yml
graphql-docs-1.9.1 .travis.yml
graphql-docs-1.9.0 .travis.yml
graphql-docs-1.8.0 .travis.yml
graphql-docs-1.7.1 .travis.yml
graphql-docs-1.7.0 .travis.yml