Sha256: 79e962edcd185a7e390d8d491a5a038cae41a0a2f7958129e96daad912b5d6c2

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

language: ruby
rvm:
  - 2.4
  - 2.5
  - 2.6
cache:
  - bundler
before_install:
  - gem update --system
  - gem install bundler
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
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
notifications:
  email: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
indieweb-endpoints-1.0.2 .travis.yml