adding version output to drone
the build was successful Details

This commit is contained in:
Fabian Stamm 2018-05-17 13:50:23 +02:00
parent 64f9ef3f87
commit 25131a2d4b
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ pipeline:
core:
image: node
commands:
- node --version && npm --version
- npm install
- npm test