Sha256: 10658509fab513cc57d2dc4f7870f7c932adc9fa244a3be22b585b10d45b75d5

Contents?: true

Size: 547 Bytes

Versions: 23

Compression:

Stored size: 547 Bytes

Contents

language: ruby

sudo: false

rvm:
- 2.2.0
- 2.3.0
- 2.4.0
- 2.5.0
- 2.6.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

23 entries across 23 versions & 2 rubygems

Version Path
u-case-2.3.0 .travis.yml
u-case-2.2.0 .travis.yml
u-case-2.1.1 .travis.yml
u-case-2.1.0 .travis.yml
u-case-2.0.0 .travis.yml
u-case-2.0.0.pre.4 .travis.yml
u-case-2.0.0.pre.3 .travis.yml
u-case-2.0.0.pre.2 .travis.yml
u-case-2.0.0.pre .travis.yml
u-case-1.1.0 .travis.yml
u-case-1.0.0 .travis.yml
u-case-1.0.0.rc1 .travis.yml
u-service-1.0.0 .travis.yml
u-service-0.14.0 .travis.yml
u-service-0.13.1 .travis.yml
u-service-0.13.0 .travis.yml
u-service-0.12.0 .travis.yml
u-service-0.11.0 .travis.yml
u-service-0.10.0 .travis.yml
u-service-0.9.0 .travis.yml