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:
|
jobs:
|
||||||
- job: php
|
- job: php
|
||||||
displayName: PHP Test
|
displayName: PHP Test
|
||||||
|
|
@ -52,7 +44,7 @@ jobs:
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'Ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 10
|
versionSpec: 10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user