Sha256: d49210b57cdf3ddc86e7416cb49d7dc13a01ad270b60204706d8155bf8e85a05
Contents?: true
Size: 420 Bytes
Versions: 8
Compression:
Stored size: 420 Bytes
Contents
sudo: false language: ruby rvm: - 2.5.0 before_install: gem install bundler -v 1.16.1 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 after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT script: - bundle exec rubocop - bundle exec rspec
Version data entries
8 entries across 8 versions & 1 rubygems