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:
stage: test
script:
- nvm install $LTS
- npmci install $LTS
- npm test
tags:
- docker
@ -19,7 +19,7 @@ testLTS:
testSTABLE:
stage: test
script:
- nvm install $STABLE
- npmci install $STABLE
- npm test
tags:
- docker