Skip to content

Commit

Permalink
Merge pull request #19 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 1e0f62f + 47ba6e6 commit 9aa9f81
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 @@ -24,4 +24,4 @@ matrix:
# # - julia -e 'import Pkg; cd(Pkg.dir("Cuba")); include("test/benchmark.jl")'
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("Cuba")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("Cuba")); Pkg.add("Documenter"); Pkg.add("SpecialFunctions"); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; cd(Pkg.dir("Cuba")); ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); Pkg.add("SpecialFunctions"); include(joinpath("docs", "make.jl"))'

0 comments on commit 9aa9f81

Please sign in to comment.