From c501bf4e16da084411d0a0def2a18b02bed24641 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 18 May 2018 10:53:39 +0900 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 576ed44db..9522f3bbf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,9 @@ environment: matrix: - nodejs_version: 10.1.0 +cache: + - node_modules + build: off install: @@ -27,5 +30,8 @@ init: # git clone の際の改行を変換しないようにします - git config --global core.autocrlf false +before_test: + - npm run build + test_script: - npm test