add functionality

This commit is contained in:
2016-05-30 02:28:47 +02:00
parent d82e28f5d1
commit c13ab8e428
8 changed files with 97 additions and 11 deletions

32
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,32 @@
image: hosttoday/ht-docker-node
stages:
- test
- release
testLTS:
stage: test
script:
- npmci install 4
- npm install
- npm test
tags:
- docker
testSTABLE:
stage: test
script:
- npmci install stable
- npm install
- npm test
tags:
- docker
release:
stage: release
script:
- npm -v
only:
- tags
tags:
- docker