Update .travis.yml

This commit is contained in:
relmonta 2020-10-14 10:35:03 +02:00 committed by GitHub
parent 5a732c7a2c
commit b7ab4b1c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,3 +10,13 @@ beofre_script:
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