Skip to content

Commit

Permalink
Merge db3a124 into 1a6524d
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Apr 4, 2019
2 parents 1a6524d + db3a124 commit f040a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DiffEqBase = "4.21.2"
Setfield = "0.3"
DiffEqBase = "4.21.2"
Setfield = "0.3"
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 f040a75

Please sign in to comment.