Weave.jl/.travis.yml

15 lines
313 B
YAML
Raw Permalink Normal View History

language: julia
2020-03-03 18:05:04 +01:00
jobs:
include:
- stage: "Documentation"
2020-09-30 12:07:26 +02:00
julia: 1.5
os: linux
script:
2020-05-16 13:49:52 +02:00
- julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=doc/ doc/make.jl
after_success: skip
2020-03-04 11:37:36 +01:00
notifications:
email: false