chore: test only against Node.js 8 and 10

This commit is contained in:
Daniel Ruf 2018-05-09 14:13:30 +02:00
parent 1786e0d8b8
commit 57788affd1
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661
2 changed files with 5 additions and 9 deletions

View File

@ -4,10 +4,8 @@ build: off
platform: x64
environment:
matrix:
- nodejs_version: 7
- nodejs_version: 6
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: 10
- nodejs_version: 8
install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true

View File

@ -1,8 +1,6 @@
language: node_js
node_js:
- 7
- 6
- 5
- 4
- 10
- 8
before_install:
- npm i -g npm
- npm i -g npm@latest