summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 13:42:13 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 13:42:13 +0000
commit1119bb4794b32fc0edfc95ba12f02bf151c170c5 (patch)
tree55c538ea145d2e697d8accb66e0934f8dee9e535 /azure-pipelines.yml
parentead870d7c3b95bc51bd404541e087352ed7bf464 (diff)
Debug bundled-gems allow_failures
it seems not working in https://dev.azure.com/rubylang/ruby/_build/results?buildId=392 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a4bae3d17f..a2a56af824 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -7,8 +7,7 @@ jobs:
matrix:
bundled_gems:
task: test-bundled-gems
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: |
- minitest
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest
bundler:
task: test-bundler
steps:
@@ -44,8 +43,7 @@ jobs:
# task: test-spec
bundled_gems:
task: test-bundled-gems
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: |
- minitest
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: minitest
bundler:
task: test-bundler
steps: