Sha256: 0e540386766970748743ae90796f4de70d11e1df0a7aa4acae88cf3187507a3a
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
language: ruby rvm: - 2.5.8 - 2.6.5 - 2.7.2 - 3.0.0 env: CODECLIMATE_REPO_TOKEN=c356c22cc5b342d3cba9a1fb9d71b63b52de9b9daa1f54c07f959f90da05c8ff before_install: - gem update --system - gem install bundler 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 rake after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT notifications: email: on_success: change on_failure: change recipients: - transit-it@admin.umass.edu
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
umts-custom-cops-1.0.1 | .travis.yml |
umts-custom-cops-1.0.0 | .travis.yml |