update ci-yml

This commit is contained in:
LosslessBot 2016-05-26 22:45:40 +02:00
parent 7d6caaafce
commit 403b530a60

View File

@ -10,6 +10,8 @@ testLTS:
- npmci install 4 - npmci install 4
- npm install - npm install
- npm test - npm test
- npm -v
- node -v
tags: tags:
- docker - docker
@ -19,6 +21,8 @@ testSTABLE:
- npmci install stable - npmci install stable
- npm install - npm install
- npm test - npm test
- npm -v
- node -v
tags: tags:
- docker - docker