build docs on Julia 1.3
This commit is contained in:
parent
1e2476b3c2
commit
fc464f5ef8
|
@ -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()));
|
||||
|
|
Loading…
Reference in New Issue