Skip to content

Commit

Permalink
fix: let it support Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX authored and rvagg committed Jun 29, 2018
1 parent 3f4ae9d commit 1951f56
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 106 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ addons:
- g++-4.8
env:
matrix:
- TRAVIS_NODE_VERSION="0.10"
- TRAVIS_NODE_VERSION="0.12"
- TRAVIS_NODE_VERSION="4"
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="10"
notifications:
email:
- [email protected]
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ environment:
# kudos to serialport for much of this

matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

platform:
- x86
Expand Down
Loading

0 comments on commit 1951f56

Please sign in to comment.