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

appveyor.yml « mocha-3.1.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 539b8b073dd713d63930a51e49ef5a47bfa481b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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\]/