I have been running unit tests before pushing to the "refactor" branch. However, I didn't check the TravisCI status until last night. It had failed. Happily, there is an easy (somewhat hidden) way to find the first failing commit:
- Visit the page for the refactor branch <https://github.com/leo-editor/leo-editor/tree/refactor>. - Click on the "compare" button, right below the big green "clone or download" button. The browser tab of this page <https://github.com/leo-editor/leo-editor/compare/refactor> will show "Comparing master...refactor". - At the top of the page, use the "base: master" pulldown to change the base to devel. In this new page <https://github.com/leo-editor/leo-editor/compare/devel...refactor>, the section "commits on Jan 09, 2019, the culprit is the first red x, 5addb0a. - Click on that commit <https://github.com/leo-editor/leo-editor/commit/5addb0ac931835fe679acfe376b4963bfd65ac9c> to see the diff. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
