Merge remote-tracking branch 'gitlab/master'

This commit is contained in:
Jerko Steiner 2018-11-14 22:22:20 +01:00
commit 04fa7382a1

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