repo.or.cz
/
express.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
4.12.2
[express.git]
/
appveyor.yml
blob
c8b765d509d201273d9f05a6046bf15c6bc43658
1
environment:
2
matrix:
3
- nodejs_version: "0.10"
4
- nodejs_version: "0.12"
5
install:
6
- ps: Install-Product node $env:nodejs_version
7
- npm rm --save-dev connect-redis
8
- npm install
9
build: off
10
test_script:
11
- node --version
12
- npm --version
13
- npm run test-ci
14
version: "{build}"