Sha256: 104aee1e5fb4ccb35d8a6ae31a75c3aeb389552ade66103a128bda4022a0fede

Contents?: true

Size: 560 Bytes

Versions: 6

Compression:

Stored size: 560 Bytes

Contents

language: ruby

rvm:
- 2.2.2
- 2.3.0
- 2.4.0
- 2.5.0
- 2.6.0
- 2.7.0
- truffleruby-head

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

6 entries across 6 versions & 1 rubygems

Version Path
u-attributes-2.6.0 .travis.yml
u-attributes-2.5.0 .travis.yml
u-attributes-2.4.0 .travis.yml
u-attributes-2.3.0 .travis.yml
u-attributes-2.2.0 .travis.yml
u-attributes-2.1.1 .travis.yml