Sha256: 74bd5aca539475d6488de0a3fe147a799e36ea44374564903a44394419097c5f

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-263:
    docker:
      - image: circleci/ruby:2.6.3
    steps:
      - bundle_install_and_test

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ae_declarative_authorization-0.11.0 .circleci/config.yml