google / sagetv

SageTV is a cross-platform networked DVR and media management system
http://forums.sagetv.com/
Apache License 2.0
265 stars 174 forks source link

Travis CI integration no longer working #456

Open Narflex opened 2 years ago

Narflex commented 2 years ago

The last 2 pull requests have not triggered Travis builds...I'm not sure what's broken. I spent a bunch of time looking at it, but can't find anything misconfigured. GitHub is reporting the webhooks go out and get a 204 reply...but Travis has no indication of receiving the requests.

jusjoken commented 2 years ago

As the github workflow is now in place perhaps we need to disable the TravisCI ? For the last PR I get and error email from TravisCI saying it failed. I am not sure how we disable this but I can look into it if everyone is Ok with this.

Narflex commented 2 years ago

I thought it was basically disabled. I went into Travis CI and turned off a few more things..but it says it hasn't tried to run a build in 7 months according to the dashboard.

jusjoken commented 2 years ago

It did it again but I see it is running on my fork not Google. Perhaps I will need to disable something on my Travis account

jusjoken commented 2 years ago

Or... Perhaps we need to remove the .travis.yml file as perhaps thats triggering it

wnjj commented 2 years ago

Or... Perhaps we need to remove the .travis.yml file as perhaps thats triggering it

That probably makes the most sense. If we no longer will be using it we could retire the file (or at least rename it).

jusjoken commented 2 years ago

I submitted a PR which includes renaming the travis.yml to resolve this