update ci

This commit is contained in:
LosslessBot 2016-05-26 22:38:23 +02:00
parent 375d5cdfcc
commit 8f47b95220

View File

@ -4,14 +4,10 @@ stages:
- test
- release
variables:
LTS: "4"
STABLE: "stable"
testLTS:
stage: test
script:
- npmci install $LTS
- npmci install 4
- npm test
tags:
- docker
@ -19,7 +15,7 @@ testLTS:
testSTABLE:
stage: test
script:
- npmci install $STABLE
- npmci install stable
- npm test
tags:
- docker