This commit is contained in:
Pig Fang 2019-02-17 09:47:47 +08:00
parent acca012245
commit 7ae8626d98

View File

@ -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