Skip to content

Commit

Permalink
Add Roots to CI_GROUP=docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 11, 2018
1 parent 3b833e8 commit 16a6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pkg.build()
# Manually installing other CI dependencies
packages = ["Coverage"]
if get(ENV, "CI_GROUP", "") == "docs"
append!(packages, ["Documenter", "QuickTypes"])
append!(packages, ["Documenter", "QuickTypes", "Roots"])
end
@info string("Installing: ", join(packages, ", "))
Pkg.add(packages)

0 comments on commit 16a6270

Please sign in to comment.