Add .gitlab-ci.yml

This commit is contained in:
Jerko Steiner 2018-06-04 16:39:41 -04:00
parent fee565a4e3
commit 715b509d11

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
stages:
- test
test:
image: node:8
stage: test
script:
- npm install
- npm run ci