-
I have a Java process running on travisci that fails to create an output stream. I suspect the problem is that I've taken a filename, made it absolute, and now I have /home/travis/build/[secure]/... which is unwritable. Or something. ???
-
Nevermind. Confluence of errors, all mine. There's some inexplicable difference between my local Linux env and the Travis env, but the workaround is straightforward.