Process for submitting the patches

Hi,

I have worked on fixing an issue that I have raised and raised a pull request. However it failed in Travis CI build( https://github.com/frappe/erpnext/issues/8436: Allow updates to raw m… by sathishpy · Pull Request #8943 · frappe/erpnext · GitHub). The changes were working for me, so it wasn’t quite clear why it failed. I tried the tests locally without any of my changes, and it failed there as well. Could someone please let me know how to troubleshoot travis build failures?

Regards
Sathish

Sometimes a build failure might not be your error. I’d Travis’s message doesn’t pertain to your code, it will pass eventually. A hack to restart the build check is to close and reopen your pull request.

1 Like

Thanks, that worked.

Cool and thanks for your contributions to make ERPNext better.