This commit is contained in:
2016-06-18 00:33:26 +02:00
commit 047f4096ea
5 changed files with 92 additions and 0 deletions

36
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,36 @@
image: hosttoday/ht-docker-node:npmts
stages:
- test
- release
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
allow_failure: true
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:
- npmci test stable
tags:
- docker
release:
stage: release
script:
- npmci publish
only:
- tags
tags:
- docker