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 - test
- release - release
variables:
LTS: "4"
STABLE: "stable"
testLTS: testLTS:
stage: test stage: test
script: script:
- npmci install $LTS - npmci install 4
- npm test - npm test
tags: tags:
- docker - docker
@ -19,7 +15,7 @@ testLTS:
testSTABLE: testSTABLE:
stage: test stage: test
script: script:
- npmci install $STABLE - npmci install stable
- npm test - npm test
tags: tags:
- docker - docker