Update .travis.yml
This commit is contained in:
parent
e924eb9f83
commit
47659db164
10
.travis.yml
10
.travis.yml
|
@ -11,13 +11,3 @@ before_script:
|
||||||
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))'
|
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))'
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- stage: Documentation
|
|
||||||
julia: 1.4
|
|
||||||
os: linux
|
|
||||||
script:
|
|
||||||
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
|
|
||||||
- julia --project=docs --color=yes docs/make.jl
|
|
||||||
after_success: skip
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue