1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Cleanup the duplicated tasks on Azure Pipelines.

Closes: https://github.com/ruby/ruby/pull/2336
This commit is contained in:
Hiroshi SHIBATA 2019-08-11 10:49:22 +09:00
parent 91fcd87f5c
commit 053bee64cb
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -38,14 +38,8 @@ jobs:
vmImage: 'macos-10.13' vmImage: 'macos-10.13'
strategy: strategy:
matrix: matrix:
# test:
# task: test test-all
# spec:
# task: test-spec
bundled_gems: bundled_gems:
task: test-bundled-gems task: test-bundled-gems
bundler:
task: test-bundler
steps: steps:
- script: brew install autoconf bison openssl - script: brew install autoconf bison openssl
displayName: "Install dependencies" displayName: "Install dependencies"