Sha256: 02e1002cf8e2f748e8b30b188ccd62b88959a0f47edbf8c4ad659bffd5c9bbb0

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

# Ruby CircleCI 2.0 configuration file
# Check https://circleci.com/docs/2.0/language-ruby/ for more details
version: 2
jobs:
  build:
    docker:
       - image: circleci/ruby:2.4.2-node-browsers
    working_directory: ~/repo
    steps:
      - checkout
      - run: bundle install --jobs=4 --retry=3 --path vendor/bundle
      - run: npm install
      - run: bundle exec bundle-audit update && bundle exec bundle-audit check
      - run: bundle exec rubocop
      - run: bundle exec rspec
      - run: npm run test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cusip_style_luhn_mod_n-0.1.0 .circleci/config.yml