Skip to content

Commit 8c85789

Browse files
correct Documenter version
1 parent de02b01 commit 8c85789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ julia:
88
- 1.0
99

1010
after_success:
11-
- julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
11+
- julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.22"); Pkg.add(ps); Pkg.pin(ps)'
1212
- julia -e 'using Pkg; cd(Pkg.dir("SuiteSparseGraphBLAS")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)