Sha256: 5f90fe1ccbe54a92fc512b7b3a7bce8ebca579db9f2bb7acdc521e9b1843244a

Contents?: true

Size: 957 Bytes

Versions: 1

Compression:

Stored size: 957 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - 2.7
  - ruby-head
gemfile:
  - gemfiles/faraday_0.gemfile
  - gemfiles/faraday_1.gemfile
bundler_args: "--jobs=2"
cache: bundler
before_install:
  - travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3
script:
  - RUBYOPT=$RSPEC_RUBYOPT bundle exec rake spec
  - bundle exec rubocop
branches:
  only:
    - master
jobs:
  allow_failures:
    - rvm: ruby-head
  exclude:
    # faraday v1.0+ requires Ruby 2.3+
    - rvm: 2.2
      gemfile: gemfiles/faraday_1.gemfile
  include:
    - rvm: 2.6
      env: RSPEC_RUBYOPT="--jit"
    - rvm: 2.7
      env: RSPEC_RUBYOPT="--jit"
    - rvm: ruby-head
      env: RSPEC_RUBYOPT="--jit"
env:
  global:
    secure: Ntdheemdu1GavPR/3kPfQg1tR13FTP0jE9KxsSKcG32VbIzM69l22OXXwYttFexMhA1dMNytv5bKGIszeiO+YjwzDXkcDHF7ZULc24epsGCOVfNax4g47Q+Lgt2kpAsx8V/8/SIpK7VeBhc2nPvhAKPjTZ8ddN2gLHk4wifLRFA=

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chatwork-0.12.2 .travis.yml