astropy / astropy-dashboard

Status Dashboard for Astropy Project
http://www.astropy.org/astropy-dashboard/status.html
6 stars 14 forks source link

What is Travis CI - Branch and why is it chronically failing? #22

Closed pllim closed 3 years ago

pllim commented 5 years ago

In the commits in master, there is a "Travis CI - Branch" build and it is chronically failing.

Example log: https://github.com/astropy/astropy-dashboard/runs/47835255

astrofrog commented 5 years ago

For some reason Travis forgot about the authentication settings I put there...

astrofrog commented 5 years ago

Huh well that confused the hell out of me, apparently we have some kind of parallel configuration on travis-ci.com (in addition to travis-ci.org). Maybe it's to do with the shift to GitHub apps.

astrofrog commented 5 years ago

It's failing because of the authentication settings being missing on .com but they are in .org so the deploy works fine. Let's ignore this for now.