Sha256: 15670cecc5913e69f0a0af40e9d09f722ef74de5ce520e1dce43ace2dd07a051

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=ecb753423174dbd8e4aaf04fb62bf4ef9c2a54904ac49a33fdf2b908b3c5e5f3

sudo: false
language: ruby
rvm:
  - 2.6
  - 2.5
  - 2.4

before_install: 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
script: bundle exec rake
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
grape-jwt-authentication-2.0.3 .travis.yml
grape-jwt-authentication-2.0.2 .travis.yml
grape-jwt-authentication-2.0.1 .travis.yml
grape-jwt-authentication-2.0.0 .travis.yml
keyless-1.0.1 .travis.yml
grape-jwt-authentication-1.3.0 .travis.yml