Skip to content

Commit

Permalink
add documenter pkg before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
dysonance committed Jan 30, 2019
1 parent 801114b commit e1ccd02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ notifications:
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("Temporal")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("Temporal")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter")'
#- julia --depwarn=no -e 'using Pkg; cd(Pkg.Pkg2.dir("Temporal")); include(joinpath("docs", "make.jl"))'
jobs:
include:
- stage: "Documentation"
julia: 1.0
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ docs/make.jl

0 comments on commit e1ccd02

Please sign in to comment.