Skip to content

Commit

Permalink
Fix readme build badge (#6252)
Browse files Browse the repository at this point in the history
Currently build badge on readme is broken (at least for me)

For some reason when image is on 'org' domain it works.

![Build](https://travis-ci.com/nats-io/nats-server.svg?branch=main)
vs.
![Build](https://travis-ci.org/nats-io/nats-server.svg?branch=main)

see also build tag on travis' own readme
https://github.com/travis-ci/travis-web/blob/master/README.md

Signed-off-by: Ziya Suzen <ziya@synadia.com>
  • Loading branch information
derekcollison authored Dec 13, 2024
2 parents 2325e09 + 61860d7 commit 7302041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you are interested in contributing to NATS, read about our...
[Fossa-Url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server?ref=badge_shield
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server.svg?type=shield
[Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server
[Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=main
[Build-Status-Image]: https://travis-ci.org/nats-io/nats-server.svg?branch=main
[Release-Url]: https://github.com/nats-io/nats-server/releases/latest
[Release-image]: https://img.shields.io/github/v/release/nats-io/nats-server
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main
Expand Down

0 comments on commit 7302041

Please sign in to comment.