mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
14 lines
278 B
YAML
14 lines
278 B
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: "0.12"
|
|
- nodejs_version: "4.2"
|
|
- nodejs_version: "5.2"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
build: off
|
|
test_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm run test
|
|
version: "{build}" |