Skip to content

Commit

Permalink
appveyor.yml & .travis.yml add Node.js versions 8 & 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jun 14, 2018
1 parent 1cb9ff5 commit e8307fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ env:
matrix:
- TRAVIS_NODE_VERSION: '4.8.7'
- TRAVIS_NODE_VERSION: '6.13'
- TRAVIS_NODE_VERSION: '8'
- TRAVIS_NODE_VERSION: '10'

before_install:
- npm cache clean -f
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit e8307fc

Please sign in to comment.