Sha256: d936dd7c48ff3cd1f103fcd20d772b91c2eadb08e09226649be8ae0363c61e5f

Contents?: true

Size: 463 Bytes

Versions: 4

Compression:

Stored size: 463 Bytes

Contents

version: 2
jobs:
  build:
    docker:
    - image: circleci/ruby:2.4
    steps:
    - checkout
    - run:
        name: Bundle Install
        command: bundle check || bundle install
    - run:
        name: Stubbed API test
        command: bundle exec rake test
        environment:
          STUB_API: true
    - run:
        name: Live API test
        command: bundle exec rake test
    - run:
        name: Rubocop test
        command: bundle exec rubocop

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-13.2.0 .circleci/config.yml
plaid-13.1.0 .circleci/config.yml
plaid-13.0.1 .circleci/config.yml
plaid-13.0.0 .circleci/config.yml