I created a Travis CI test using a Github repository. I can't seem to find any information about how to remove it from the Travis CI test page. Is this at all possible?
Yes!
Log in to Travis CI (travis-ci.org) under your account.
Then check on the left sidebar. You should see a My repositories
label followed by a plus sign (i.e. +
).
Click on that plus sign (i.e. +
).
It will lead you to a page listing all your Github repositories with an on/off toggle beside each one.
Just put the toggle to "off" for the repositories you don't want in Travis CI.
Hope this helps!