Sha256: 9ef5ebb5f4424ab28cd5ba8cd8c21610aff10070b2a77da67c24c092de5626fa
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
version: 2.0 jobs: build: docker: - image: ruby:2.3 working_directory: ~/danger-linear_history steps: - checkout - restore_cache: key: << checksum "Gemfile.lock" >> - run: bundle check --path=.bundle || bundle install --path=.bundle --jobs=4 --retry=3 - cache-save: key: << checksum "Gemfile.lock" >> paths: - ~/danger-linear_history/.bundle - run: bundle exec rake spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-linear_history-0.0.2 | .circleci/config.yml |