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!
source
share