repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1417 from priya-anand/patch-5
[openemr.git]
/
public
/
assets
/
modernizr-3-5-0
/
appveyor.yml
blob
54b5e32f4b0e26b679ec39f7b4424db5d9c298ff
1
environment:
2
matrix:
3
- nodejs_version: 0.10
4
- nodejs_version: 0.12
5
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
12
13
build: off
14
15
before_test:
16
- npm install grunt-cli -g
17
18
test_script:
19
- node --version
20
- npm --version
21
- npm test