We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff54e61 commit 9820bfcCopy full SHA for 9820bfc
1 file changed
.travis.yml
@@ -81,7 +81,10 @@ matrix:
81
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
82
- os: osx
83
compiler: clang
84
- env: NODE_VERSION="9" # node abi 58
+ env: NODE_VERSION="10" # node abi 64
85
+ - os: osx
86
+ compiler: clang
87
+ env: NODE_VERSION="9" # node abi 59
88
89
90
env: NODE_VERSION="8" # node abi 57
0 commit comments