build docs on Julia 1.3
This commit is contained in:
parent
1e2476b3c2
commit
fc464f5ef8
|
@ -16,7 +16,9 @@ notifications:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: "Documentation"
|
- stage: "Documentation"
|
||||||
julia: 1
|
julia:
|
||||||
|
- 1.3
|
||||||
|
- nightly
|
||||||
os: linux
|
os: linux
|
||||||
script:
|
script:
|
||||||
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
|
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
|
||||||
|
|
Loading…
Reference in New Issue