From 4dcc1a632b18a980954daea54c0a0de2b1a92270 Mon Sep 17 00:00:00 2001 From: teppeis Date: Fri, 18 Aug 2017 23:50:42 +0900 Subject: [PATCH] ci: appveyor --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 18d3f47..e8b4c7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,8 @@ test_script: - npm test - npm install --no-save typescript@2.4 - npm test + - npm install --no-save typescript + - npm test # Don't actually build. build: off