From 935f80d7401968a4ed94ee52183de99a52c12b70 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Fri, 25 Jan 2019 07:23:27 +0000 Subject: [PATCH] Pipelines: Use node-matrix-test.yml --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c75813b..925f8f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,9 +14,8 @@ jobs: - template: eslint.yml@apt -- template: node-test.yml@apt +- template: node-matrix-test.yml@apt parameters: - node_version: 6.x after: - script: yarn coverage displayName: 'Publish code coverage results (coveralls.io)'