We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de02b01 commit 8c85789Copy full SHA for 8c85789
.travis.yml
@@ -8,5 +8,5 @@ julia:
8
- 1.0
9
10
after_success:
11
- - julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
+ - julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.22"); Pkg.add(ps); Pkg.pin(ps)'
12
- julia -e 'using Pkg; cd(Pkg.dir("SuiteSparseGraphBLAS")); include(joinpath("docs", "make.jl"))'
0 commit comments