ashleyconnor/bitmapped

View on GitHub
.gitlab-ci.yml

Summary

Maintainability
Test Coverage
image: ruby:2.3-alpine

cache:
  paths:
    - vendor/

before_script:
  - bundle install

test:
  stage: test
  script:
    - bundle exec rspec