Sha256: eb290cd235c4fcd0c94a0ab4b66a988108d0195957862d462cca97300ba48daf

Contents?: true

Size: 448 Bytes

Versions: 3

Compression:

Stored size: 448 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=0ff5e542d77e2710a003d2ee7a11d4e5a50aaa08fe97ab009a72768885197905
language: ruby
rvm:
  - 2.5.1
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 test
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
action_authorization-0.2.2 .travis.yml
action_authorization-0.2.1 .travis.yml
action_authorization-0.2.0 .travis.yml