You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems unavoidable. One of my recent PRs was an "enhancement" to the .travis.yml.
I don't think waiting 20-30 minutes for the macOS build to start is worth it. So I can either:
remove the macOS portion from the .travis.yml build matrix. the .travis.yml is still enhanced compared to before, it just won't build on macOS
keep the macOS portion, but set it as optional so that build status will not depend on macOS. In other words, as soon as the linux one finishes, the build is complete. macOS will run when it runs, but build status does not wait or depend on macOS.
Or we can keep things as is. Please let me know which you'd prefer, I can make the change.
The attached screenshot below shows that there was a 15 minute delay. I've noticed delays past 30 minutes before.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. If it is possible to make it optional, as you described, that would be my preferred option. I would appreciate it if you could open a PR that changes the build to make that part optional.
detailed here: travis-ci/travis-ci#7304
it seems unavoidable. One of my recent PRs was an "enhancement" to the .travis.yml.
I don't think waiting 20-30 minutes for the macOS build to start is worth it. So I can either:
Or we can keep things as is. Please let me know which you'd prefer, I can make the change.
The attached screenshot below shows that there was a 15 minute delay. I've noticed delays past 30 minutes before.
The text was updated successfully, but these errors were encountered: