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