Skip to content

Commit 6b804ea

Browse files
authored
Merge pull request #166 from JuliaDocsForks/juliadocs/cap-documenter
Cap Documenter.jl to 0.19 on Travis
2 parents 1b42b98 + 20b5320 commit 6b804ea

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
@@ -14,5 +14,5 @@ matrix:
1414
notifications:
1515
email: false
1616
after_success:
17-
- julia -e 'Pkg.add("Documenter")'
17+
- julia -e 'ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
1818
- julia -e 'cd(Pkg.dir("GPUArrays")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)