Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #366 from ralphtheninja/master
Browse files Browse the repository at this point in the history
add node 8 to travis and appveyor
  • Loading branch information
ralphtheninja authored Jun 1, 2017
2 parents f8b599c + d1a03b1 commit c69830a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ os:
- linux

node_js:
- "8"
- "7"
- "6"
- "5"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ environment:
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

platform:
- x86
- x64

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm -g i npm@latest
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
- npm i --ignore-scripts
- for /f %%i in ('node -v') do set exact_nodejs_version=%%i
Expand Down

0 comments on commit c69830a

Please sign in to comment.