[Pkg-javascript-commits] [node-stack-utils] 43/67: Restore Travis and AppVeyor
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53: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-stack-utils.
commit c564ff2fb3ddc7d8bd94228b92a7318c0f632afa
Author: Mark Wubben <mark at novemberborn.net>
Date: Thu Feb 16 14:32:37 2017 +0000
Restore Travis and AppVeyor
---
.travis.yml | 9 +++++++++
appveyor.yml | 23 +++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b23e1cd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: node_js
+node_js:
+ - '7'
+ - '6'
+ - '4'
+ - '0.12'
+ - '0.10'
+after_script:
+ - 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..1f5a000
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,23 @@
+environment:
+ matrix:
+ - nodejs_version: '7'
+ - nodejs_version: '6'
+ - 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 || (timeout 30 && npm -g install npm at latest)
+ - set PATH=%APPDATA%\npm;%PATH%
+ - npm install || (timeout 30 && npm install)
+matrix:
+ fast_finish: true
+build: off
+version: '{build}'
+shallow_clone: true
+clone_depth: 1
+test_script:
+ - node --version
+ - npm --version
+ - npm test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list