Skip to content

Commit e517801

Browse files
authored
Increase OS/node.js matrix for generated binaries (#17)
* Adding back publish:github * Adding node.js 15 for github assets generation * Use latest g++ * Exclude linux and node 15 * Format issue * Reverting g++ version update
1 parent 7444298 commit e517801

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ dist: trusty
77
os:
88
- linux
99
- osx
10+
- windows
1011
node_js:
12+
- "15"
1113
- "14"
1214
- "12"
1315
- "10"
1416
- "8"
17+
jobs:
18+
exclude:
19+
- os: linux
20+
node_js: "15"
1521
before_install:
1622
- echo Building for Node $TRAVIS_NODE_VERSION
1723
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=$LINUX_CXX; $CXX --version; fi;

0 commit comments

Comments
 (0)