update ci yml

This commit is contained in:
LosslessBot 2016-05-26 22:37:13 +02:00
parent a3b1391b86
commit 375d5cdfcc

View File

@ -11,7 +11,7 @@ variables:
testLTS: testLTS:
stage: test stage: test
script: script:
- nvm install $LTS - npmci install $LTS
- npm test - npm test
tags: tags:
- docker - docker
@ -19,7 +19,7 @@ testLTS:
testSTABLE: testSTABLE:
stage: test stage: test
script: script:
- nvm install $STABLE - npmci install $STABLE
- npm test - npm test
tags: tags:
- docker - docker