Skip to content
Snippets Groups Projects
Commit 45d175a4 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Added CI config file

parent c9486997
No related branches found
No related tags found
No related merge requests found
Pipeline #
---
image:
ruby: 2
before_script:
- which ruby
- ruby -v
- gem install bundler --no-ri --no-rdoc
- bundle install -j4
test:
script:
- bundle exec rake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment