This commit is contained in:
2016-06-05 08:00:46 +02:00
parent f544aef054
commit 62ee8a26a4
3 changed files with 3 additions and 26 deletions

View File

@@ -1,35 +1,12 @@
image: hosttoday/ht-docker-node:lts
stages:
- test
- release
- trigger
before_script:
- npm install -g npmci
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:
- npmci test stable
tags:
- docker
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
allow_failure: true
release:
stage: release
script: