Sha256: 44cdb2bb0c725e3975a663f5daacb5089ce7d78110243a9db7814faedd98b629

Contents?: true

Size: 555 Bytes

Versions: 21

Compression:

Stored size: 555 Bytes

Contents

language: ruby

sudo: false

rvm:
- 2.2.0
- 2.3.0
- 2.4.0
- 2.5.0
- 2.6.0
- 2.7.0

cache: bundler

before_install:
  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
  - gem install bundler -v '< 2'

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

21 entries across 21 versions & 1 rubygems

Version Path
u-case-4.2.2 .travis.yml
u-case-4.2.1 .travis.yml
u-case-4.2.0 .travis.yml
u-case-4.1.1 .travis.yml
u-case-4.1.0 .travis.yml
u-case-4.0.0 .travis.yml
u-case-3.1.0 .travis.yml
u-case-3.0.0 .travis.yml
u-case-3.0.0.rc9 .travis.yml
u-case-3.0.0.rc8 .travis.yml
u-case-3.0.0.rc7 .travis.yml
u-case-3.0.0.rc6 .travis.yml
u-case-3.0.0.rc5 .travis.yml
u-case-3.0.0.rc4 .travis.yml
u-case-3.0.0.rc3 .travis.yml
u-case-3.0.0.rc2 .travis.yml
u-case-3.0.0.rc1 .travis.yml
u-case-2.6.0 .travis.yml
u-case-2.5.0 .travis.yml
u-case-2.4.0 .travis.yml