Skip to content

Commit

Permalink
Merge pull request #53 from JuliaDocsForks/juliadocs/cap-documenter
Browse files Browse the repository at this point in the history
Cap Documenter.jl to 0.19 on Travis
  • Loading branch information
giordano committed Oct 17, 2018
2 parents ee0b010 + 08a7510 commit 2f2c205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ notifications:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'import Pkg; Pkg.add(Pkg.PackageSpec(path=pwd())); Pkg.build("AstroLib"); Pkg.test("AstroLib"; coverage=true)'
after_success:
- julia -e 'import Pkg; Pkg.add("Documenter")'
- julia -e 'import Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
- julia -e 'import Pkg; cd(Pkg.dir("AstroLib")); include(joinpath("docs", "make.jl"))'
- julia -e 'import Pkg; cd(Pkg.dir("AstroLib")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 comments on commit 2f2c205

Please sign in to comment.