Sha256: 40a73c4bb08d02ce564766496f313fda5c90e7c86d1df8c8ddaea79b29e8ff11
Contents?: true
Size: 754 Bytes
Versions: 4
Compression:
Stored size: 754 Bytes
Contents
version: 2.0 shared: &shared steps: - checkout - run: name: Bundle gems command: | echo '--no-rdoc --no-ri' > '.gemrc' bundle install --jobs=4 --retry=3 --path vendor/bundle - run: name: Run tests command: bundle exec rspec --format documentation --color --format progress spec jobs: "ruby-2.4": <<: *shared docker: - image: circleci/ruby:2.4 "ruby-2.5": <<: *shared docker: - image: circleci/ruby:2.5 "ruby-2.6": <<: *shared docker: - image: circleci/ruby:2.6 environment: REPORT_COVERAGE: 'true' workflows: version: 2 build: jobs: - "ruby-2.4" - "ruby-2.5" - "ruby-2.6"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pathway-0.11.3 | .circleci/config.yml |
pathway-0.11.2 | .circleci/config.yml |
pathway-0.11.1 | .circleci/config.yml |
pathway-0.11.0 | .circleci/config.yml |