All tests pass locally, but when run by Travis CI the build is killed because the size of the output exceeds 4MB. This is apparently because the IntelliJ code that's driving parser tests is logging verbosely at DEBUG level. Not sure at this point how to suppress the verbose log output, I don't know which logging framework it's using (possibly it's own internal one) or where to modify the config.
All tests pass locally, but when run by Travis CI the build is killed because the size of the output exceeds 4MB. This is apparently because the IntelliJ code that's driving parser tests is logging verbosely at DEBUG level. Not sure at this point how to suppress the verbose log output, I don't know which logging framework it's using (possibly it's own internal one) or where to modify the config.