Sha256: 7617a4dafafcacf8aec0f5e6bdd0deb51ed7b263cf31109098c78272b241ea2e
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 Bytes
Contents
--- sudo: false language: ruby cache: bundler rvm: - 2.5 - 2.6 - 2.7 - 3.0 before_install: gem install bundler -v 2.1.4 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.12.0 | .travis.yml |