Sha256: ff6d2de4cc9aa739fbb4689b33200e0bab67a72673e1d7cba5ee53af687b00fe
Contents?: true
Size: 618 Bytes
Versions: 4
Compression:
Stored size: 618 Bytes
Contents
--- language: ruby sudo: false cache: bundler: true directories: - /home/travis/.rvm/ rvm: - 2.2.0 - 2.3.0 - 2.4.0 - 2.5.0 - 2.6.0 - 2.7.0 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kind-3.1.0 | .travis.yml |
kind-3.0.1 | .travis.yml |
kind-3.0.0 | .travis.yml |
kind-2.3.0 | .travis.yml |