summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 10:49:22 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 12:17:22 +0900
commit053bee64cb872398c25467a77169853d8ce539d2 (patch)
tree2ab48c3f881ae9171f7b67727f142d4c27a70e60
parent91fcd87f5c0375e36c22c1187edf3f5507572075 (diff)
Cleanup the duplicated tasks on Azure Pipelines.
Closes: https://github.com/ruby/ruby/pull/2336
-rw-r--r--azure-pipelines.yml6
1 files changed, 0 insertions, 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"