Sha256: a41e697d6b613fb3b2edaaf960008078d5bf6613ee1725576f06a3c9993f31b6
Contents?: true
Size: 485 Bytes
Versions: 2
Compression:
Stored size: 485 Bytes
Contents
version: 2 jobs: build: &build docker: - image: circleci/ruby:latest steps: - checkout - run: name: Install gems command: bundle install - run: name: RSpec command: rspec ruby-2.4: <<: *build docker: - image: circleci/ruby:2.4 ruby-2.5: <<: *build docker: - image: circleci/ruby:2.5 workflows: version: 2 build-multiple-rubies: jobs: - ruby-2.4 - ruby-2.5
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
moromi-apns-0.10.0 | .circleci/config.yml |
ng_word-0.1.0 | .circleci/config.yml |