fix gitlab ci

This commit is contained in:
Philipp Kunz 2016-07-29 00:54:25 +02:00
parent fc54362312
commit 141358595e

View File

@ -4,24 +4,10 @@ stages:
- test
- release
testLEGACY:
test:
stage: test
script:
- npmci test legacy
tags:
- docker
testLTS:
stage: test
script:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:
- npmci test stable
- npm test
tags:
- docker