Sha256: 5d137e0adbeac55edd03e3e198aeb06ba895d501ac31ecab14c568bd4f87432f
Contents?: true
Size: 572 Bytes
Versions: 6
Compression:
Stored size: 572 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-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-253: context: appfolio_test_context - test-ruby-263: context: appfolio_test_context
Version data entries
6 entries across 6 versions & 1 rubygems