Sha256: 74fa8f367aad79242e73c59fdeb735edededde9caa644fc1caffc646938c9cca

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 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

2 entries across 2 versions & 1 rubygems

Version Path
jpostcode-0.1.6 .circleci/config.yml
jpostcode-0.1.5 .circleci/config.yml