From 8c346306b0a44e26d34037c1127ec746cd922b9b Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 23 Aug 2020 07:44:59 -0500 Subject: [PATCH] Build docs on nightly This is needed for the findcallers docstring --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd73609..2209d8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ jobs: fast_finish: true include: - stage: Documentation - julia: 1 + julia: nightly script: julia --project=docs -e ' using Pkg; Pkg.develop(PackageSpec(path=pwd()));