Sha256: 50529f9da7ca8622c5ed9ba64693df77a782daa89e824251d657edaf604f09cb
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 Bytes
Contents
--- sudo: false language: ruby cache: bundler env: global: - CC_TEST_REPORTER_ID=b25183239ab212ebe6b73b13e25fe32ff06b542836e2e1d8786fa8966954b63f rvm: - 2.5 - 2.6 - 2.7 - jruby before_install: gem install bundler -v 1.16.5 before_script: - echo 'fake-key' > .api_key - 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 bundle-audit - bundle exec rspec - bundle exec rubocop - bundle exec rake yard:junk after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
loqate-0.10.3 | .travis.yml |