Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jan 6, 2019
1 parent d9e9752 commit 7fbdb03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,16 @@ julia:
- nightly
notifications:
email: false
jobs:
include:
- stage: "Documentation"
julia: nightly
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:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("EmpiricalCDFs")); include(joinpath("docs", "make.jl"))'
Expand Down

0 comments on commit 7fbdb03

Please sign in to comment.