Sha256: 1da62a01f34462a376212a953f34480cfecdc35c94b6a3e55bdc07d95c113581

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: circleci/ruby:2.5.1
    steps:
      - checkout
      - run:
          name: Bundle Is Massive
          command: make install
      - run:
          name: Lint
          command: make lint
      - run:
          name: Test
          command: make test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
service_downtime_simulator-0.1.1 .circleci/config.yml
service_downtime_simulator-0.1.0 .circleci/config.yml