run tests in gitlab-ci
This commit is contained in:
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal 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
|
Reference in New Issue
Block a user