Sha256: 7ba1cca813e4ec35efdf43147f4922118070c091bc55cfc0f56db520ce89abf1
Contents?: true
Size: 379 Bytes
Versions: 4
Compression:
Stored size: 379 Bytes
Contents
defaults: &defaults working_directory: ~/mutant steps: - checkout - run: bundle install - run: bundle exec rake ci version: 2 jobs: ruby_2_3: <<: *defaults docker: - image: circleci/ruby:2.3.4 ruby_2_4: <<: *defaults docker: - image: circleci/ruby:2.4.1 workflows: version: 2 test: jobs: - ruby_2_3 - ruby_2_4
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.8.18 | circle.yml |
mutant-0.8.17 | circle.yml |
mutant-0.8.16 | circle.yml |
mutant-0.8.15 | circle.yml |