aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-10-16 20:37:02 -0500
committerGitHub <noreply@github.com>2017-10-16 20:37:02 -0500
commitec24a40ab6b0d2022ff0b09057910105fdea8a6a (patch)
tree393075f3de184d3fc03bf4fc6af2fe5585e4abfa
parent55b2c7973860d93f54f12730bcb63483c6dc02b2 (diff)
parentf96f3f8a463eac6b90082775124b99bd92cd2aae (diff)
downloadservo-ec24a40ab6b0d2022ff0b09057910105fdea8a6a.tar.gz
servo-ec24a40ab6b0d2022ff0b09057910105fdea8a6a.zip
Auto merge of #18903 - servo:jdm-patch-2, r=emilio
Don't report smallbitvec as an error. This should make dependencyCI turn green again. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18903) <!-- Reviewable:end -->
-rw-r--r--dependencyci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/dependencyci.yml b/dependencyci.yml
index 56337afdbc7..d7a74cffb54 100644
--- a/dependencyci.yml
+++ b/dependencyci.yml
@@ -3,4 +3,8 @@ platforms:
charade:
tests:
removed: skip
- unmaintained: skip
+ unmaintained: skip # https://github.com/w3c/web-platform-tests/issues/6269
+ cargo:
+ smallbitvec:
+ tests:
+ unlicensed: skip # https://github.com/librariesio/libraries.io/issues/1762