fix(core): update to latest gitzone standards

This commit is contained in:
Philipp Kunz 2018-07-02 22:54:13 +02:00
parent 564953e25f
commit 9b8440f743
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ windowsCompatibility:
image: stefanscherer/node-windows:10-build-tools image: stefanscherer/node-windows:10-build-tools
stage: metadata stage: metadata
script: script:
- npm install; npm test - npm install & npm test
coverage: /\d+.?\d+?\%\s*coverage/ coverage: /\d+.?\d+?\%\s*coverage/
tags: tags:
- windows - windows

View File

@ -27,4 +27,4 @@
"@types/node": "^10.5.1", "@types/node": "^10.5.1",
"tapbundle": "^2.0.0" "tapbundle": "^2.0.0"
} }
} }