smartstring/.gitlab-ci.yml
2016-06-05 09:35:42 +02:00

28 lines
322 B
YAML

image: hosttoday/ht-docker-node:npmci
stages:
- test
- release
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