Skip to content

Commit 9820bfc

Browse files
authored
add node 10 OSX (travis) & fix abi version for 9
1 parent ff54e61 commit 9820bfc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ matrix:
8181
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
8282
- os: osx
8383
compiler: clang
84-
env: NODE_VERSION="9" # node abi 58
84+
env: NODE_VERSION="10" # node abi 64
85+
- os: osx
86+
compiler: clang
87+
env: NODE_VERSION="9" # node abi 59
8588
- os: osx
8689
compiler: clang
8790
env: NODE_VERSION="8" # node abi 57

0 commit comments

Comments
 (0)