Sha256: c8507191b74a2fdbfe0b5668bb2f51629d1c65bddd6c2b43a0e2ff4141f847f9
Contents?: true
Size: 462 Bytes
Versions: 8
Compression:
Stored size: 462 Bytes
Contents
language: ruby rvm: - 2.5.7 - 2.6.5 addons: apt: packages: - libimage-exiftool-perl 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: - bundle exec rubocop - bundle exec rake after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT notifications: email: false
Version data entries
8 entries across 8 versions & 1 rubygems