[Pkg-javascript-commits] [node-foreground-child] 29/69: appveyor

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 11:43:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-foreground-child.

commit 8288f93a34edb33794bdc9c9d681347ac2034abb
Author: isaacs <i at izs.me>
Date:   Sun Jan 3 14:21:43 2016 -0800

    appveyor
---
 README.md    |  2 +-
 appveyor.yml | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 73ae9cc..f9ffd5d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # foreground-child
 
-[![Build Status](https://travis-ci.org/isaacs/foreground-child.png)](https://travis-ci.org/isaacs/foreground-child)
+[![Build Status](https://travis-ci.org/isaacs/foreground-child.png)](https://travis-ci.org/isaacs/foreground-child) [![Build status](https://ci.appveyor.com/api/projects/status/kq9ylvx9fyr9khx0?svg=true)](https://ci.appveyor.com/project/isaacs/foreground-child)
 
 Run a child as if it's the foreground process.  Give it stdio.  Exit
 when it exits.
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..331e676
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,20 @@
+environment:
+  matrix:
+    - nodejs_version: '5'
+    - nodejs_version: '4'
+    - nodejs_version: '0.12'
+    - nodejs_version: '0.10'
+install:
+  - ps: Install-Product node $env:nodejs_version
+  - set CI=true
+  - npm -g install npm at latest
+  - set PATH=%APPDATA%\npm;%PATH%
+  - npm install
+matrix:
+  fast_finish: true
+build: off
+version: '{build}'
+shallow_clone: true
+clone_depth: 1
+test_script:
+  - npm test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-foreground-child.git



More information about the Pkg-javascript-commits mailing list