Update .travis.yml
This commit is contained in:
parent
5aca5b940d
commit
260cf59d75
|
@ -11,4 +11,13 @@ before_script:
|
|||
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))'
|
||||
notifications:
|
||||
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