Sha256: f7a6aaa49f643910dc740c9d904e02ef00ba622d2d948ebc5da0bb71cc99b032
Contents?: true
Size: 461 Bytes
Versions: 3
Compression:
Stored size: 461 Bytes
Contents
version: 2 jobs: build: working_directory: ~/creditsafe-ruby docker: - image: ruby:2.5.0 steps: - checkout - restore_cache: key: gemfile-{{ checksum "Gemfile" }} - run: bundle install --path vendor/bundle - save_cache: key: gemfile-{{ checksum "Gemfile" }} paths: - "vendor/bundle" - run: bundle exec rubocop - run: bundle exec rspec --format RspecJunitFormatter
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
creditsafe-0.6.1 | .circleci/config.yml |
creditsafe-0.5.1 | .circleci/config.yml |
creditsafe-0.5.0 | .circleci/config.yml |