build docs on Julia 1.3

This commit is contained in:
Dhairya Gandhi 2020-05-04 17:54:04 +05:30
parent 1e2476b3c2
commit fc464f5ef8
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ notifications:
jobs:
include:
- stage: "Documentation"
julia: 1
julia:
- 1.3
- nightly
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));