summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-07 09:53:35 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-07 09:53:35 +0200
commitc72bc4475e6c901649100a36fbd2ef5445a79aee (patch)
tree276d7048ab7e9fa8ac0c02d3adb15d4a12a3ee2f /azure-pipelines.yml
parent1c4e93e8bd2baba505c13083e471363df626b4c2 (diff)
downloadphp-git-c72bc4475e6c901649100a36fbd2ef5445a79aee.tar.gz
Use batch mode on Azure
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b210b7cc87..d3eda47baf 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,6 +1,9 @@
trigger:
- - PHP-7.4
- - master
+ batch: true
+ branches:
+ include:
+ - PHP-7.4
+ - master
jobs:
- template: azure/job.yml