Sha256: 5f20ced5a4a440cbe2ab5b610089eb74cc898dfa72c7666717611e872555d74d
Contents?: true
Size: 451 Bytes
Versions: 2
Compression:
Stored size: 451 Bytes
Contents
version: 2 jobs: build: parallelism: 1 docker: - image: circleci/ruby:2.5.0 environment: RAILS_ENV: test steps: - checkout # Gems - restore_cache: key: eye-patch-{{ .Branch }} - run: bundle install --path vendor/bundle --jobs=4 --retry=3 - save_cache: key: eye-patch-{{ .Branch }} paths: - vendor/bundle - run: bundle exec rake test
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eye-patch-1.1.0 | .circleci/config.yml |
eye-patch-1.0.1 | .circleci/config.yml |