[Pkg-javascript-commits] [uglifyjs] 403/491: enable AppVeyor CI (#2739)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:57 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 8430c2f9f85e7217e87cad6756a2d8a083b137bc
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Sun Jan 7 14:14:58 2018 +0800
enable AppVeyor CI (#2739)
---
appveyor.yml | 28 ++++++++++++----------------
1 file changed, 12 insertions(+), 16 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index 4d8c2e2..8972925 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list