update travis
This commit is contained in:
parent
d6cb9f055d
commit
c54d71ce56
|
@ -7,6 +7,7 @@ os:
|
||||||
|
|
||||||
julia:
|
julia:
|
||||||
- 1.3
|
- 1.3
|
||||||
|
- 1
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -15,7 +16,7 @@ notifications:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: "Documentation"
|
- stage: "Documentation"
|
||||||
julia: 1.3
|
julia: 1
|
||||||
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