Skip to content

Commit

Permalink
CI add Node.js 10 in 5.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jul 10, 2018
1 parent ef012e3 commit 57fdfc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "4"
- "6"
- "8"
- "10"
install:
- npm install
script:
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -36,4 +37,4 @@ test_script:
- node --version
- npm --version
- msbuild /version
- npm test
- npm test

0 comments on commit 57fdfc8

Please sign in to comment.