run tests in gitlab-ci

This commit is contained in:
James F. Carter
2016-10-05 11:12:39 +01:00
parent 1e3c61b541
commit 0fd16822ea

8
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,8 @@
image: "ruby:2.1"
before_script:
- apt-get update; apt-get install -y check
unit_test:
script:
- rake test:run