Status badge stuck at unknown build

Is there a way to fix this issue I am currently experiencing? It doesn’t seem to be changing since the build has passed.

https://api.travis-ci.org/samholst/friendly_slug.svg?branch=master

There are currenly no builds on master: https://travis-ci.org/samholst/friendly_slug/builds – which is what that badge represents as per its URL.

Thank you! I guess I’m used it to doing it by itself on gitlab after a branch gets merged into master it triggers a build. Is there anything like that I missed in the settings?

Look at https://travis-ci.org/samholst/friendly_slug/requests. Apparently, “build pushed branches” is disabled in https://travis-ci.org/samholst/friendly_slug/settings.

Thank you for your help, I appreciate it!