Sha256: c83b26e4919dcdfde23f94b260f31a90dbcfa22a6118ce43b1cc8e70271bfd28

Contents?: true

Size: 568 Bytes

Versions: 3

Compression:

Stored size: 568 Bytes

Contents

language: ruby

rvm:
  - 2.5.0
  - 2.6.0
  - ruby-head

dist: bionic

jobs:
  allow_failures:
    - rvm: ruby-head

env:
  global:
    - CC_TEST_REPORTER_ID=cb01575b98b3b80848a3bc292ca6145860871470e5d0669453030d36578f9115

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

script:
  - bundle exec rake code_analysis
  - 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
apple_auth-1.1.0 .travis.yml
apple_auth-1.0.0 .travis.yml
apple_auth-0.1.0 .travis.yml