Where is julia/lib located when using the windows OS in travis?

According to https://travis-ci.org/Circuitscape/Omniscape.jl/jobs/612073548#L31, the interpreter is installed into C:\julia, and /c/julia/bin and ${TRAVIS_HOME}/julia/bin are added to PATH. So it should be (system-wide) /c/julia/lib or (per-user) ${TRAVIS_HOME}/julia/lib.

1 Like