Skip to content

Commit

Permalink
Add Node 8.x and 10.x to the build matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny authored and rzr committed Dec 14, 2018
1 parent 9054b92 commit 9d7c487
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 @@ -12,6 +12,8 @@ env:
- NODE_VERSION="4"
- NODE_VERSION="5"
- NODE_VERSION="6"
- NODE_VERSION="8"
- NODE_VERSION="10"

before_install:
- sudo apt-get install build-essential libudev-dev -y
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ environment:
- node_version: '4'
- node_version: '5'
- node_version: '6'
- node_version: '8'
- node_version: '10'

install:
- ps: Install-Product node $env:node_version $env:platform
Expand Down

0 comments on commit 9d7c487

Please sign in to comment.