Compare commits

..

6 Commits

Author SHA1 Message Date
f49c5af339 4.2.26 2017-09-22 12:39:32 +02:00
61a6cfd452 update to allow failure on windows for now 2017-09-22 12:39:27 +02:00
769a1a707e 4.2.25 2017-09-21 16:28:31 +02:00
0408cff3fc update ci 2017-09-21 16:28:27 +02:00
533d71a6cd update ci 2017-09-21 16:24:23 +02:00
b3fd13506c add windows test 2017-09-21 16:19:10 +02:00
2 changed files with 10 additions and 2 deletions

View File

@ -9,7 +9,6 @@ cache:
stages: stages:
- mirror - mirror
- test - test
- external
- release - release
- trigger - trigger
- pages - pages
@ -32,6 +31,15 @@ testLEGACY:
- docker - docker
allow_failure: true allow_failure: true
testStableWindows:
stage: test
script:
- yarn global add npmts && cd C:\\gitlab_runner\builds\326a2ffb\0\pushrocks\smartfile && yarn install && yarn test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- windows
allow_failure: true
testLTS: testLTS:
stage: test stage: test
script: script:

View File

@ -1,6 +1,6 @@
{ {
"name": "smartfile", "name": "smartfile",
"version": "4.2.24", "version": "4.2.26",
"description": "offers smart ways to work with files in nodejs", "description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",