Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide a Travis repository

I am part of a Github organization, but there are some projects in that organization which I don't work on and whose tests are always failing. Is there a way to make it so I don't have to see them? It clutters my sidebar and I can't seem to find a way to hide those projects, at least not without disabling them (which is very heavy-handed, not applicable to this case, and I can't even do because I don't have admin rights to some of the repos).

like image 493
Chris Rackauckas Avatar asked Nov 23 '16 20:11

Chris Rackauckas


People also ask

How do I remove a repo from Travis CI?

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.

Is Travis free for private repo?

Yes, of course! No need to put in your credit card details, the trial starts whenever you trigger your first build on Travis CI for private repositories. It includes 10,000 trial credits and unlimited user licenses.

What is Travis_repo_slug?

TRAVIS_REPO_SLUG is an environment variable containing a string of the form owner_name/repo_name of the repository being built. TRAVIS_PULL_REQUEST_BRANCH is an environment variable containing the name of the branch from which the pull request originated. The variable is empty for a push build.


1 Answers

There's a relevant feature request. It's been open since Dec '09 though.

like image 100
renefritze Avatar answered Oct 24 '22 05:10

renefritze