Skip to content

Commit

Permalink
Test on Node 12 too
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Aug 28, 2019
1 parent c66f086 commit 7b18e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- NODE_VERSION="6"
- NODE_VERSION="8"
- NODE_VERSION="10"
- NODE_VERSION="12"

before_install:
- sudo apt-get install build-essential libudev-dev -y
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
- node_version: '6'
- node_version: '8'
- node_version: '10'
- node_version: '12'

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

0 comments on commit 7b18e9e

Please sign in to comment.