chore: test only against Node.js 8 and 10
This commit is contained in:
parent
1786e0d8b8
commit
57788affd1
@ -4,10 +4,8 @@ build: off
|
|||||||
platform: x64
|
platform: x64
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: 7
|
- nodejs_version: 10
|
||||||
- nodejs_version: 6
|
- nodejs_version: 8
|
||||||
- nodejs_version: 5
|
|
||||||
- nodejs_version: 4
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version x64
|
- ps: Install-Product node $env:nodejs_version x64
|
||||||
- set CI=true
|
- set CI=true
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 7
|
- 10
|
||||||
- 6
|
- 8
|
||||||
- 5
|
|
||||||
- 4
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm i -g npm
|
- npm i -g npm@latest
|
||||||
|
Loading…
Reference in New Issue
Block a user