Skip to content

Commit

Permalink
Bound Documenter version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Apr 4, 2019
1 parent ed31c3c commit db3a124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/before_script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ if get(ENV, "TRAVIS", "") == "true"
end
if get(ENV, "CI_GROUP", "") == "docs"
append!(packages, [
"Documenter", "Roots",
PackageSpec(name="Documenter", version="0.21")
"Roots"
])
end
specs = [
Expand Down

0 comments on commit db3a124

Please sign in to comment.