From 580710ee4a7be873e1ac3c188a9a87373bbaeef5 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 12 Aug 2018 14:57:10 -0700 Subject: [PATCH] Use Julia 1.0 to deploy documents --- docs/deploy.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy.jl b/docs/deploy.jl index 68a93d4..b04df99 100644 --- a/docs/deploy.jl +++ b/docs/deploy.jl @@ -11,7 +11,7 @@ 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 = "1.0", branch = "gh-pages.pre", latest = branch, ) @@ -19,6 +19,6 @@ else deploydocs( deps = Deps.pip("mkdocs", "python-markdown-math"), repo = "github.com/tkf/Bifurcations.jl.git", - julia = "0.6", + julia = "1.0", ) end