Sha256: d79181bf02d20de083a37249ff7e5b99e8d24732aeea6782e6e30dfdf78ed9ad

Contents?: true

Size: 387 Bytes

Versions: 3

Compression:

Stored size: 387 Bytes

Contents

version: 2

jobs:
  ruby-2.3:
    docker:
      - image: ruby:2.3.1
    steps:
      - checkout
      - run:
          name: submodule update and execute
          command: |
            git submodule init
            git submodule update
            bundle install
            bundle exec rake
            bundle exec rubocop

workflows:
  version: 2
  test:
    jobs:
      - ruby-2.3

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jpostcode-0.1.9 .circleci/config.yml
jpostcode-0.1.8 .circleci/config.yml
jpostcode-0.1.7 .circleci/config.yml