Replace Node 7 with Node 8 in CI environment

This commit is contained in:
Lovell Fuller 2017-05-30 20:32:15 +01:00
parent f42a1ceab7
commit 110fff3ab9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ language: node_js
node_js: node_js:
- "4" - "4"
- "6" - "6"
- "7" - "8"
os: os:
- linux - linux
- osx - osx

View File

@ -6,7 +6,7 @@ environment:
matrix: matrix:
- nodejs_version: "4" - nodejs_version: "4"
- nodejs_version: "6" - nodejs_version: "6"
- nodejs_version: "7" - nodejs_version: "8"
install: install:
- ps: Install-Product node $env:nodejs_version x64 - ps: Install-Product node $env:nodejs_version x64
- npm install -g npm@latest - npm install -g npm@latest