Skip to content

Commit 11301f8

Browse files
authored
Merge pull request #25 from JuliaDocsForks/juliadocs/cap-documenter
Cap Documenter.jl to 0.19 on Travis
2 parents 1111d9d + c86dfa8 commit 11301f8

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
@@ -27,7 +27,7 @@ jobs:
2727
os: linux
2828
script:
2929
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("MLDatasets")'
30-
- julia -e 'import Pkg; Pkg.add("Documenter")'
30+
- julia -e 'import Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
3131
- julia -e 'import MLDatasets; ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs","make.jl"))'
3232

3333
## uncomment the following lines to override the default test script

0 commit comments

Comments
 (0)