enable AppVeyor CI (#2739)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 7 Jan 2018 06:14:58 +0000 (14:14 +0800)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2018 06:14:58 +0000 (14:14 +0800)
appveyor.yml

index 4d8c2e2..8972925 100644 (file)
@@ -1,24 +1,20 @@
 environment:
   matrix:
-  - nodejs_version: "0.10"
-  - nodejs_version: "0.12"
-  - nodejs_version: "4.0"
-  - nodejs_version: "6.0"
-
-matrix:
-  fast_finish: true
-
-platform:
-  - x86
-  - x64
-
+    - nodejs_version: "0.10"
+    - nodejs_version: "0.12"
+    - nodejs_version: "4"
+    - nodejs_version: "6"
+    - nodejs_version: "8"
 install:
-  - ps: Install-Product node $env:nodejs_version $env:platform
+  - ps: Install-Product node $env:nodejs_version
+  - set UGLIFYJS_TEST_ALL=1
   - npm install
-
+build: off
+cache:
+  - tmp
+matrix:
+  fast_finish: true
 test_script:
   - node --version
   - npm --version
   - npm test
-
-build: off