Add .gitlab-ci.yml

This commit is contained in:
Oliver Kennedy 2016-07-09 12:55:05 -04:00
parent d92ce14b99
commit edcf68eb1b

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/ruby/tags/
image: "ruby:2.3"
# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
before_script:
- gem install redcarpet erb prawn
build:
script:
- rake