Unverified Commit 9820bfc1 by Kewde Committed by GitHub

add node 10 OSX (travis) & fix abi version for 9

parent ff54e61d
...@@ -81,7 +81,10 @@ matrix: ...@@ -81,7 +81,10 @@ matrix:
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47 env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="9" # node abi 58 env: NODE_VERSION="10" # node abi 64
- os: osx
compiler: clang
env: NODE_VERSION="9" # node abi 59
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="8" # node abi 57 env: NODE_VERSION="8" # node abi 57
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment