environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
platform:
- x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm config set spin false
- npm install
test_script:
- npm test
matrix:
fast_finish: true
build: off
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| .travis.yml | File | 72 B | 0644 |
|
| CHANGELOG.md | File | 1.22 KB | 0644 |
|
| LICENSE | File | 717 B | 0644 |
|
| PULL_REQUEST_TEMPLATE | File | 183 B | 0644 |
|
| README.md | File | 5.39 KB | 0644 |
|
| appveyor.yml | File | 334 B | 0644 |
|
| index.js | File | 1.72 KB | 0644 |
|
| package.json | File | 2.06 KB | 0644 |
|