Sha256: ea682644777e6e32737c2ac2e3621e1e52cda5ae89a726f67c1dd7c1448312a9
Contents?: true
Size: 777 Bytes
Versions: 1
Compression:
Stored size: 777 Bytes
Contents
bundle_cache: &bundle_cache bundle_cache: folder: /usr/local/bundle fingerprint_script: - echo $CIRRUS_OS - ruby -v - cat Gemfile - cat *.gemspec install_script: bundle update markdownlint_task: container: image: ruby:latest <<: *bundle_cache rubocop_script: bundle exec mdl . rubocop_task: container: image: ruby:latest <<: *bundle_cache rubocop_script: bundle exec rubocop test_task: depends_on: - rubocop - markdownlint container: matrix: image: ruby:2.5 image: ruby:2.6 image: ruby:2.7 <<: *bundle_cache environment: CODECOV_TOKEN: ENCRYPTED[de650f17db291399a09839a898ab3be8d0bb09a14b369f16f31a1831d6db8d826d4601ea7ad87eab99d005ad832846cc] test_script: bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
example_file-0.1.0 | .cirrus.yml |