Per compiler badges on travis-ci

Seb via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 23 11:40:26 PDT 2017


On Sunday, 23 July 2017 at 18:34:10 UTC, Jean-Louis Leroy wrote:
> Hi,
>
> Not sure what the perfect place to ask is, anyway...
>
> Is there a way in travis-ci (which I see many of us use) to 
> have one passing/failing badge per compiler? My openmethods 
> package need at least the 2.073 front end, which gdc doesn't 
> have yet (it seems; I never succeeded in running gdc on any of 
> my computers). Si I'd like a pass badge for dmd and ldc2 and a 
> fail for gdc. Possible? Go ask elsewhere?

Why don't you simply remove gdc from your Travis list or add it 
to `allow_failures` matrix?


More information about the Digitalmars-d mailing list