Can Travis CI generate a badge for a specific Matrix configuration?

强颜欢笑 提交于 2019-12-07 02:10:00

问题


I am testing my library against two different versions of my SDK: the stable SDK and the dev SDK. Specifically: https://travis-ci.org/google/serialization.dart

I expect my library to pass its tests with the stable SDK. However, the tests might fail with the dev SDK because the dev SDK might be broken.

I'd like to display two badges to my users, to clearly indicate that "yes, the build failed, but it was just the dev SDK".

Is this possible? Thanks!


回答1:


This open source web app can create badges for a matrix build: https://github.com/bjfish/travis-matrix-badges




回答2:


Unfortunately, it looks like the answer is No: https://github.com/travis-ci/travis-ci/issues/1809



来源:https://stackoverflow.com/questions/25903891/can-travis-ci-generate-a-badge-for-a-specific-matrix-configuration

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!