Skip to content

Commit

Permalink
feat: test on node 12 (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot authored Apr 26, 2019
1 parent e883f3b commit 46da21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
- TRAVIS_NODE_VERSION="9"
- TRAVIS_NODE_VERSION="9" ARCH="x86"
- TRAVIS_NODE_VERSION="10"
- TRAVIS_NODE_VERSION="12"
matrix:
exclude:
- os: osx
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ environment:

matrix:
- nodejs_version: "6"
- binary_builder: "true"
nodejs_version: "8"
- nodejs_version: "8"
binary_builder: "true"
- nodejs_version: "9"
- nodejs_version: "10"
- nodejs_version: "12"

platform:
- x86
Expand Down

0 comments on commit 46da21f

Please sign in to comment.