Skip to content

Commit

Permalink
Cap Documenter.jl to 0.19 on Travis (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored and jgreener64 committed Oct 17, 2018
1 parent 7a1a509 commit 7cdb754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,4 @@ matrix:
- julia: nightly
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); include(joinpath("docs", "make.jl"))'

0 comments on commit 7cdb754

Please sign in to comment.