Recently I get a unsupported URL protocol
error in travis when running:
julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
The travis log:
https://travis-ci.org/lanl-ansi/Juniper.jl/jobs/501865325#L557
I’ve updated the documentation of the package before that error appeared but the error message doesn’t seem that this might be a problem. The command runs fine on my local machine.
According to previous builds it should clone from /home/travis/build/lanl-ansi/Juniper.jl
instead of /home/ole/...
The JuMP.jl
package runs the same command based on their .travis.yml
: