From 053bee64cb872398c25467a77169853d8ce539d2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sun, 11 Aug 2019 10:49:22 +0900 Subject: Cleanup the duplicated tasks on Azure Pipelines. Closes: https://github.com/ruby/ruby/pull/2336 --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 93498d0e1d..f7804ca0a0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,14 +38,8 @@ jobs: vmImage: 'macos-10.13' strategy: matrix: -# test: -# task: test test-all -# spec: -# task: test-spec bundled_gems: task: test-bundled-gems - bundler: - task: test-bundler steps: - script: brew install autoconf bison openssl displayName: "Install dependencies" -- cgit v1.2.3