Sha256: b0acf67da05a8159e8ae987c9c72be2dca240fb84343c624b44c2b5c0b66a16b

Contents?: true

Size: 860 Bytes

Versions: 1

Compression:

Stored size: 860 Bytes

Contents

language: ruby
rvm:
  - 2.2.9
  - 2.3.6
  - 2.4.3
  - 2.5.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.2.9
    env: INTEGRATION=yes
  - 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.0 .travis.yml