Sha256: 8e57bd700e0dff6590b3be5c12bbbdfcf43d9989488faaacd9ae8b19212bebe7

Contents?: true

Size: 838 Bytes

Versions: 2

Compression:

Stored size: 838 Bytes

Contents

language: ruby
sudo: required
dist: xenial
services:
  - docker
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - ruby-head
bundler_args: "--jobs=4 --retry=3"
cache:
  bundler: true

before_install:
  - travis_retry gem update --system || travis_retry gem update --system 2.7.8
  - travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3

script:
  - RUBYOPT=$SPEC_RUBYOPT bundle exec rake spec
notifications:
  email: false
  slack:
    secure: PcecHsVS6lw89K5PllW8xFlzu0d04p6lYfxlUZL0/yp9flAczElJME4RshSMSkbnu5e2Iw8KUA2xB1jkAzDo9qYoXveaKyjkFUOb1ZxYIVxzzfoDDwUNTMmSoyjZjvbeBUcpxxmxy6nXa3zS+gA2ohqWhS9WTTlTqyM5RriDjZ8=
matrix:
  allow_failures:
  - rvm: ruby-head
  include:
  - rvm: 2.6
    env: SPEC_RUBYOPT="--jit"
  - rvm: ruby-head
    env: SPEC_RUBYOPT="--jit"
branches:
  only:
  - master

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
itamae-1.10.6 .travis.yml
itamae-1.10.5 .travis.yml