Skip to content

Commit

Permalink
Use Julia 0.7 to deploy documents
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 12, 2018
1 parent 0eebb87 commit 51bf8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploy.jl
Expand Up @@ -11,14 +11,14 @@ elseif startswith(get(ENV, "TRAVIS_BRANCH", ""), "pre/")
deploydocs(
deps = Deps.pip("mkdocs", "python-markdown-math"),
repo = "github.com/tkf/Bifurcations.jl.git",
julia = "0.6",
julia = "0.7",
branch = "gh-pages.pre",
latest = branch,
)
else
deploydocs(
deps = Deps.pip("mkdocs", "python-markdown-math"),
repo = "github.com/tkf/Bifurcations.jl.git",
julia = "0.6",
julia = "0.7",
)
end

0 comments on commit 51bf8bc

Please sign in to comment.