Skip to content

Commit 460931b

Browse files
authored
prebuilts: add node v13 (#1247)
1 parent 375d827 commit 460931b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ addons:
1818
matrix:
1919
include:
2020
# Linux
21+
- os: linux
22+
dist: trusty
23+
compiler: clang
24+
env: NODE_VERSION="13"
25+
addons:
26+
apt:
27+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
28+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
2129
- os: linux
2230
dist: trusty
2331
compiler: clang
@@ -93,7 +101,10 @@ matrix:
93101
# OS X
94102
- os: osx
95103
compiler: clang
96-
env: NODE_VERSION="12" # node abi 67
104+
env: NODE_VERSION="13" # node abi 79
105+
- os: osx
106+
compiler: clang
107+
env: NODE_VERSION="12" # node abi 72
97108
- os: osx
98109
compiler: clang
99110
env: NODE_VERSION="11" # node abi 67

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ environment:
3838
platform: x64
3939
- nodejs_version: 12
4040
platform: x86
41+
- nodejs_version: 13
42+
platform: x64
43+
- nodejs_version: 13
44+
platform: x86
4145
# electron
4246
- nodejs_version: 12
4347
platform: x64

0 commit comments

Comments
 (0)