summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-24 00:28:51 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-24 00:28:51 +0000
commit831e93d928aa1092fbbcabaa8051953de50ad9da (patch)
tree1d1de5f81bfc4fc2a249d92a5e4dc580e1b9c140 /azure-pipelines.yml
parent7e421044a3e1747e62c6760cde2f007223f73e0e (diff)
Update power_assert to 1.1.4
This update fixes a failure of test-bundled-gems, so we revert r67275. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f05cc5e0f1..fa3c27a211 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -24,7 +24,6 @@ jobs:
- script: |
TRAVIS=1 make $(task)
displayName: "test"
- continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
- job: macOS
pool:
@@ -51,7 +50,6 @@ jobs:
- script: |
make $(task)
displayName: "test"
- continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
# - job: vs2015
# pool: