问题
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