dustinmoris / CI-BuildStats

Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.
https://buildstats.info
GNU General Public License v2.0
171 stars 25 forks source link

Travis build history chart not rendered - cache issue? #27

Closed martincostello closed 4 years ago

martincostello commented 4 years ago

I've set up a new project in Travis CI yesterday, but the chart consistently states there no builds available when there are:

I setup the project as private in GitHub initially while I got things set up before making it public, and I'm wondering whether something has cached something from when it was private that means that it's not getting the now-public status?

https://github.com/dustinmoris/CI-BuildStats/blob/4f2e76b3c9382a664acb4c568e5201a08e409150/src/BuildStats/BuildHistoryCharts.fs#L164

martincostello commented 4 years ago

Worked around by setting up the repo to build in Travis CI .org instead of .com.