Merge pull request #1417 from priya-anand/patch-5
[openemr.git] / public / assets / modernizr-3-5-0 / appveyor.yml
blob54b5e32f4b0e26b679ec39f7b4424db5d9c298ff
1 environment:
2   matrix:
3     - nodejs_version: 0.10
4     - nodejs_version: 0.12
6 # Get the latest stable version of Node 0.STABLE.latest
7 install:
8   - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
9   - npm install -g npm@latest
10   - set PATH=%APPDATA%\npm;%PATH%
11   - npm install
13 build: off
15 before_test:
16   - npm install grunt-cli -g
18 test_script:
19   - node --version
20   - npm --version
21   - npm test