Merge remote-tracking branch 'gitlab/master'
This commit is contained in:
commit
04fa7382a1
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: node:8
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- npm install
|
||||||
|
- npm run ci
|
||||||
Loading…
x
Reference in New Issue
Block a user