Hi all,
I’m excited that travis is offering testing on windows now! I’m running into an error which might be caused by travis, but I’m not sure. When tying to test a package I’m developing in Julia, I get the following error:
ERROR: LoadError: LoadError: error compiling top-level scope: could not load library "zlib1"
This only happens when testing on Julia 1.3 (everything works on Julia 1.2). I’m not entirely sure if I should be posting this here, or if I should post it somewhere visible to Julia developers. I’ll post to the Julia discourse as well.
Here is a link to the full output from Travis: https://travis-ci.org/Circuitscape/Omniscape.jl/jobs/612073548
Thanks for any help or suggestions on other places to post this.
EDIT:
Here is the link to the post in the Julia discourse.
- Vincent