Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Feature/node 13 14 #1

Merged
merged 7 commits into from
Apr 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added node v13 and v14 to Travis build config
  • Loading branch information
s1hofmann committed Apr 28, 2020
commit 8fa170fedb790637a3c86f2555befd9a2e2babb5
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ matrix:
node_js: 12
env:
- BUILD_TASK=prebuild
- os: linux
node_js: 13
env:
- BUILD_TASK=test
- os: linux
node_js: 13
env:
- BUILD_TASK=prebuild
- os: linux
node_js: 14
env:
- BUILD_TASK=test
- os: linux
node_js: 14
env:
- BUILD_TASK=prebuild

- os: osx
node_js: 8
Expand Down Expand Up @@ -69,6 +85,22 @@ matrix:
node_js: 12
env:
- BUILD_TASK=prebuild
- os: osx
node_js: 13
env:
- BUILD_TASK=test
- os: osx
node_js: 13
env:
- BUILD_TASK=prebuild
- os: osx
node_js: 14
env:
- BUILD_TASK=test
- os: osx
node_js: 14
env:
- BUILD_TASK=prebuild

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down