CCMenu is a neat little menu icon which shows the build status of your projects on Travis CI, CircleCI, or many other automated build services.

Sometimes they show the build status of all open PRs, which can often be noisy. I like to limit them to only show the status of the master branch:

For Travis CI, stick &branch=master onto the cc.xml URL you’re using.

For Circle CI, add “master” to the file name so the full URL looks like https://circleci.com/gh/USER/REPO/tree/master.cc.xml?circle-token=TOKEN&ccmenu-hack=cc.xml.

Update: Circle CI rotates tokens. When you notice that all of your builds on Circle are showing gray circles, it’s time to get a new token! Go to your Personal API Tokens page in Circle CI and click Create New Token to get a new one.

Updated: