Sha256: 8cd439ad5142704bf6133438cb31d7b419e5ac44cc041357a8de4722e677d386

Contents?: true

Size: 563 Bytes

Versions: 5

Compression:

Stored size: 563 Bytes

Contents

language: ruby

cache:
  bundler: true
  directories:
    - /home/travis/.rvm/

rvm:
- 2.2.2
- 2.3.0
- 2.4.0
- 2.5.0
- 2.6.0
- 2.7.0
- 3.0.0

env:
  - BUNDLER_V1="1.17.3"

before_install:
  - gem install bundler -v "$BUNDLER_V1"

install: bundle install --jobs=3 --retry=3

before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - "./cc-test-reporter before-build"

script: "./.travis.sh"

after_success:
  - "./cc-test-reporter after-build -t simplecov"

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
u-case-4.5.1 .travis.yml
u-case-4.5.0 .travis.yml
u-case-4.4.0 .travis.yml
u-case-4.3.0 .travis.yml
u-attributes-2.7.0 .travis.yml