Nephos/NephosRubyServer

View on GitHub
.gitlab-ci.yml

Summary

Maintainability
Test Coverage
image: ruby:2.2

before_script:
  - bundle install

test:
  script:
    - rake test
    - rake test:functional
    - rake test:functional:internet