From 7ae8626d98d514eed4ec78e1568606b0234de3f8 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 17 Feb 2019 09:47:47 +0800 Subject: [PATCH] tweak ci --- azure-pipelines.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 96fd5c2a..012564d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ jobs: -- job: PHP +- job: php + displayName: PHP pool: vmImage: 'Ubuntu-16.04' strategy: @@ -44,13 +45,11 @@ jobs: testRunner: JUnit testResultsFiles: './junit.xml' -- job: JavaScript +- job: javascript + displayName: JavaScript pool: vmImage: 'Ubuntu-16.04' steps: - - task: NodeTool@0 - inputs: - versionSpec: 10 - script: yarn displayName: Install dependencies