update ci config
This commit is contained in:
parent
752bb80885
commit
3d2a4b3df9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user