Sha256: c22b37fbcfcf6b199fedfd900aca417d1484fe71bfc84dcc4858484e8ecfa721
Contents?: true
Size: 496 Bytes
Versions: 9
Compression:
Stored size: 496 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: yes - run: name: Live API test command: bundle exec rake test - run: name: Rubocop test command: bundle exec rubocop
Version data entries
9 entries across 9 versions & 1 rubygems