Sha256: be6aecc57c59a7a418a90b8abdc17620c817a1f55f86ac4ec05a6d466990ebb2

Contents?: true

Size: 820 Bytes

Versions: 1

Compression:

Stored size: 820 Bytes

Contents

language: ruby
rvm:
  - 2.3.6
  - 2.4.3
  - 2.5.0
  - 2.6.0
  - ruby-head

env:
  - INTEGRATION=yes
  - INTEGRATION=no

group: travis_lts

cache: bundler

before_install:
  - gem install bundler

bundler_args:  --without vscode

script:
  - bundle exec rake
  - bundle exec codeclimate-test-reporter

matrix:
  allow_failures:
  - rvm: ruby-head
  exclude:
  - rvm: 2.3.6
    env: INTEGRATION=yes
  - rvm: 2.4.3
    env: INTEGRATION=yes
  - rvm: ruby-head
    env: INTEGRATION=yes

addons:
  code_climate:
    repo_token:
      secure: Z23O936LoCDGJ/OyYsLzxTUI+CMWyrfeN1PtQdCNMdF4vxwaCsAHr3ulTdudGhKMrVZGENSEK6fq0Xal3o3oPaH9aGM9sUQ/ibRM+J94Lx6Owu4okTsIHoEy4vFeW+A/62aiwxPcoi7PFrvC8FOfaZg+b+vvYAQcitVe6qwBHiE=

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.9.2 .travis.yml