summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-05-18 10:53:39 +0900
committerGitHub <noreply@github.com>2018-05-18 10:53:39 +0900
commitc501bf4e16da084411d0a0def2a18b02bed24641 (patch)
tree990949c5496904af18288964ae8e241929e59d4e
parentCreate appveyor.yml (diff)
downloadsharkey-c501bf4e16da084411d0a0def2a18b02bed24641.tar.gz
sharkey-c501bf4e16da084411d0a0def2a18b02bed24641.tar.bz2
sharkey-c501bf4e16da084411d0a0def2a18b02bed24641.zip
Update appveyor.yml
-rw-r--r--appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 576ed44dbd..9522f3bbfa 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