mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
17 lines
347 B
YAML
17 lines
347 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: "0.10"
|
|
- nodejs_version: "0.12"
|
|
- nodejs_version: "1.0"
|
|
- nodejs_version: "1.8"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm rm --save-dev connect-redis
|
|
- npm install
|
|
build: off
|
|
test_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm run test-ci
|
|
version: "{build}"
|