From 3d2a4b3df952afea089ba6e8de9a91b4f87e9ee8 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 16 Feb 2019 16:50:46 +0800 Subject: [PATCH] update ci config --- azure-pipelines.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a68877b8..de3ab93a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,11 +1,3 @@ -# PHP -# Test and package your PHP project. -# Add steps that run tests, save build artifacts, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/php - -trigger: -- master - jobs: - job: php displayName: PHP Test @@ -52,7 +44,7 @@ jobs: pool: vmImage: 'Ubuntu-16.04' steps: - - task: NodeTool@0 + - task: NodeTool@0 inputs: versionSpec: 10