Sha256: 5c0310dffe769feece3c6705983d6c407891f92f3936764e7be8652b420a7460

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 Bytes

Contents

language: ruby
rvm:
  - 2.5
  - 2.6
  - 2.7
  - ruby-head

group: travis_lts

cache: bundler

before_install:
  - 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
  - gem install bundler
  - bundle config set without 'vscode'

script:
  - bundle exec rake

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

matrix:
  allow_failures:
  - rvm: ruby-head

notifications:
  email: false
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/059b85fcc75550b7bc39

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rakuten_web_service-1.13.0 .travis.yml