Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | Try using make -k in Travis configuration | Nick Mathewson | |
Frequently, when a patch fails, it has failures in several files. Using the "-k" flag will let us learn all the compilation errors, not just the first one that the compiler hits. Based on a patch by rl1987. |