node-gh / gh-travis

NodeGH plugin for integrating Travis, a continous integration server
11 stars 5 forks source link

Private repos #15

Open canemacchina opened 7 years ago

canemacchina commented 7 years ago

Is possible to check travis status for a private github repository?

Our company use a paid travis account on https://travis-ci.com, with gh-travis seems that I'm unable to get info about builds on private repos...

henvic commented 7 years ago

The underlying API we use (travis-ci) supports it, but we don't.

I don't have time to implement this, though it should be simple. If someone send me a pull request I can validate and if it doesn't break anything, I can merge the changes and draft a new release.

Maybe it is necessary to add a flag such as --pro.