We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b1fd0e + 11571c3 commit 365496cCopy full SHA for 365496c
.travis.yml
@@ -24,7 +24,7 @@ jobs:
24
os: linux
25
script:
26
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("AxisArrays")'
27
- - julia -e 'import Pkg; Pkg.add("Documenter"); Pkg.add("Unitful")'
+ - julia -e 'import Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); Pkg.add("Unitful")'
28
- julia -e 'import AxisArrays; ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs","make.jl"))'
29
30
after_success:
0 commit comments