Sha256: 87a1a72f9663c9b6b563714812e433562b427c85749429bd0982491714e8558c

Contents?: true

Size: 440 Bytes

Versions: 3

Compression:

Stored size: 440 Bytes

Contents

language: ruby

rvm:
  - 2.1.8
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - 2.6.1

gemfile:
  - Gemfile

script: bundle exec rspec spec

sudo: false

cache: bundler

notifications:
  email:
    - fail@makandra.de

install:
  # Replace default Travis CI bundler script with a version that doesn't
  # explode when lockfile doesn't match recently bumped version
  - bundle install --no-deployment --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
memoized-1.0.2 .travis.yml
memoized-1.0.1 .travis.yml
memoized-1.0.0 .travis.yml