Sha256: a7ba73566ac3f724807a6a4bd891c3c2f36891d09351b5abd879b4befae9d332

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

version: 2.1
commands:
  bundle_install_and_test:
    steps:
      - checkout
      - run: bundle install
      - run: bundle exec appraisal install
      - run: bundle exec appraisal rake test

jobs:
  test-ruby-233:
    docker:
      - image: circleci/ruby:2.3.3
    steps:
      - bundle_install_and_test

  test-ruby-253:
    docker:
      - image: circleci/ruby:2.5.3
    steps:
      - bundle_install_and_test

  test-ruby-262:
    docker:
      - image: circleci/ruby:2.6.2
    steps:
      - bundle_install_and_test

workflows:
  rc:
    jobs:
      - test-ruby-233:
          context: appfolio_test_context
      - test-ruby-253:
          context: appfolio_test_context
      - test-ruby-262:
          context: appfolio_test_context

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ae_declarative_authorization-0.10.2 .circleci/config.yml