Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/mocha-3.1.2/appveyor.yml')
-rw-r--r--tests/lib/mocha-3.1.2/appveyor.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/lib/mocha-3.1.2/appveyor.yml b/tests/lib/mocha-3.1.2/appveyor.yml
new file mode 100644
index 0000000000..539b8b073d
--- /dev/null
+++ b/tests/lib/mocha-3.1.2/appveyor.yml
@@ -0,0 +1,26 @@
+environment:
+ matrix:
+ - 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
+ - set PATH=%APPDATA%\npm;c:\MinGW\bin;%PATH%
+ - set PHANTOMJS_CDNURL=https://cnpmjs.org/downloads
+ - npm install
+ - copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
+matrix:
+ fast_finish: true
+build: off
+version: '{build}'
+shallow_clone: true
+clone_depth: 1
+test_script:
+ - node --version
+ - npm --version
+ - npm test
+skip_commits:
+ message: /\[ci\s+skip\]/
+