Sha256: c4925e40d844531297aa2ed3ea1bf3c76367e1760076b8447e0b4e55494d4f3d
Contents?: true
Size: 1.26 KB
Versions: 2
Compression:
Stored size: 1.26 KB
Contents
version: 2 jobs: ruby-2.6.6: docker: - image: circleci/ruby:2.6.6 steps: - checkout - run: rm Gemfile.lock - run: rm .ruby-version - run: bundle install - run: bundle exec appraisal install || true - run: bundle exec appraisal rake - run: bundle exec standardrb - run: bundle exec fasterer - run: bundle exec mdl README.md CHANGELOG.md ruby-2.7.2: docker: - image: circleci/ruby:2.7.2 steps: - checkout - run: rm Gemfile.lock - run: rm .ruby-version - run: bundle install - run: bundle exec appraisal install || true - run: bundle exec appraisal rake - run: bundle exec standardrb - run: bundle exec fasterer - run: bundle exec mdl README.md CHANGELOG.md ruby-3.0.0: docker: - image: circleci/ruby:3.0.0 steps: - checkout - run: rm Gemfile.lock - run: rm .ruby-version - run: bundle install - run: bundle exec appraisal install || true - run: bundle exec appraisal rake - run: bundle exec standardrb - run: bundle exec fasterer - run: bundle exec mdl README.md CHANGELOG.md workflows: version: 2 tests: jobs: - ruby-2.6.6 - ruby-2.7.2 - ruby-3.0.0
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eve_online-0.40.0 | .circleci/config.yml |
eve_online-0.39.0 | .circleci/config.yml |