Skip to content

Commit

Permalink
Increase OS/node.js matrix for generated binaries (#17)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hectorhdzg authored Apr 16, 2021
1 parent 7444298 commit e517801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ dist: trusty
os:
- linux
- osx
- windows
node_js:
- "15"
- "14"
- "12"
- "10"
- "8"
jobs:
exclude:
- os: linux
node_js: "15"
before_install:
- echo Building for Node $TRAVIS_NODE_VERSION
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=$LINUX_CXX; $CXX --version; fi;
Expand Down

0 comments on commit e517801

Please sign in to comment.