From b4b5a68373b4c58d6b92321cea64a6ffcc3ff042 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Mon, 6 May 2019 19:15:33 +0200 Subject: [PATCH] Build: Add node 12 to Travis & Azure --- .ci/.azure-pipelines.yml | 6 ++++++ .travis.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/.ci/.azure-pipelines.yml b/.ci/.azure-pipelines.yml index dcdd68e63..2d717af1b 100644 --- a/.ci/.azure-pipelines.yml +++ b/.ci/.azure-pipelines.yml @@ -9,6 +9,8 @@ jobs: vmImage: "Ubuntu 16.04" strategy: matrix: + Node_v12: + node_version: 12 Node_v10: node_version: 10 Node_v8: @@ -30,6 +32,8 @@ jobs: vmImage: vs2017-win2016 strategy: matrix: + Node_v12: + node_version: 12 Node_v10: node_version: 10 Node_v8: @@ -54,6 +58,8 @@ jobs: vmImage: macos-10.13 strategy: matrix: + Node_v12: + node_version: 12 Node_v10: node_version: 10 Node_v8: diff --git a/.travis.yml b/.travis.yml index 7e14b195d..eda5b0009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: node_js node_js: + - '12' - '10' - '8' - '6'