Can Travis CI create an icon for a specific Matrix configuration?

I am testing my library against two different versions of my SDK: a stable SDK and a developer SDK. In particular: https://travis-ci.org/google/serialization.dart

I expect my library to run tests with a stable SDK. However, tests may fail with the dev SDK, as the Dev SDK may be corrupted.

I would like to show two icons for my users to clearly indicate that "yes, the assembly failed, but it was only a developer SDK."

Is it possible? Thank!

+4
source share
2 answers

Unfortunately, the answer seems to be No: https://github.com/travis-ci/travis-ci/issues/1809

+1

All Articles