Sha256: 3836d714ac7bad90914e2164d302bb7592d11a393c475426335acf0b6199d35f
Contents?: true
Size: 463 Bytes
Versions: 17
Compression:
Stored size: 463 Bytes
Contents
version: 2 jobs: build: docker: - image: circleci/ruby:2.3 steps: - checkout - run: name: Bundle Install command: bundle check || bundle install - run: name: Stubbed API test command: bundle exec rake test environment: STUB_API: true - run: name: Live API test command: bundle exec rake test - run: name: Rubocop test command: bundle exec rubocop
Version data entries
17 entries across 17 versions & 1 rubygems