Skip to content

Commit

Permalink
Replace Node 7 with Node 8 in CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed May 30, 2017
1 parent f42a1ce commit 110fff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
os:
- linux
- osx
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -6,7 +6,7 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g npm@latest
Expand Down

0 comments on commit 110fff3

Please sign in to comment.