Anton Bachin
Anton Bachin
(The rest of Travis' impllicit cache key consisted of all the environment variables set for each build row by the matrix)
> Assuming you were doing `opam update` in the workflow, the cache would have been updating on many of the runs, I imagine? I was not doing opam update in...
I have to say I'm puzzled that you would assume someone would deliberately do `opam update` while also doing caching. Doesn't the former defeat the point of the latter? Quite...
https://github.com/aantron/bisect_ppx/blob/b266182961be6ae16fa38f7d5d1fc0d62e31644d/.travis.yml
Part of the setup is in Travis' own UI, but that just consists of setting up the "cron" job to run each month and providing a secret for commiting into...
The setup is also running some expect tests conditionally on compiler version, and doing other such things like submitting to coveralls only conditionally, and doing a recursive self-test only conditionally....
Fair enough :) I was interpreting routinely in a different way when I wrote it, which is that similar setups work across several projects for years without problems, but I...
Thanks, I'll take a look. This seems like it would be helped by addressing #10.
@xguerin, do you know what was causing the `EPIPE` signals?
Would you want to submit your patch as a PR? Otherwise let me know, I'll do it :) I'm not sure still if you mean the second part is a...