Sha256: 4aea59748449fc47e19e8ef17ffd2e8ae2f19c5f361ade1716621cbe203b0075
Contents?: true
Size: 550 Bytes
Versions: 11
Compression:
Stored size: 550 Bytes
Contents
version: 2 jobs: build: working_directory: ~/checkoff docker: - image: apiology/circleci-ruby:latest steps: - checkout - type: cache-restore key: checkoff-{{ checksum "checkoff.gemspec" }}-{{ checksum "Gemfile" }} - run: gem install --no-document bundler - run: bundle install --path vendor/bundle --jobs=4 - type: cache-save key: checkoff-{{ checksum "checkoff.gemspec" }}-{{ checksum "Gemfile" }} paths: - "vendor/bundle" - run: bundle exec rake --jobs=4 ci
Version data entries
11 entries across 11 versions & 1 rubygems