Skip to content

Commit

Permalink
Merge pull request #182 from SciML/docs
Browse files Browse the repository at this point in the history
[WIP] Docs hosting and set up
  • Loading branch information
ChrisRackauckas committed Nov 15, 2020
2 parents cc2635b + 7bde952 commit 5d28fbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -27,6 +27,16 @@ before_install: |
export JULIA_CMDSTAN_HOME="$(pwd)/cmdstan-2.21.0"
make -C "$JULIA_CMDSTAN_HOME" build
fi
jobs:
include:
- stage: "Documentation"
julia: 1.5
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip
after_success:
# push coverage results to Coveralls
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit 5d28fbe

Please sign in to comment.