add windows test

This commit is contained in:
Philipp Kunz 2017-09-21 16:19:10 +02:00
parent 4052337626
commit b3fd13506c

View File

@ -9,7 +9,6 @@ cache:
stages:
- mirror
- test
- external
- release
- trigger
- pages
@ -32,6 +31,17 @@ testLEGACY:
- docker
allow_failure: true
testStableWindows:
stage: test
script:
- yarn global add npmts
- yarn install
- yarn test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- windows
allow_failure: false
testLTS:
stage: test
script: