Skip to content

Commit

Permalink
Cap Documenter to v0.19 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored and KristofferC committed Oct 25, 2018
1 parent ccedc0a commit 0679124
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 @@ -13,4 +13,4 @@ notifications:
script:
- julia -e 'import Pkg; Pkg.build(); Pkg.test(; coverage=true)'
after_success:
- julia -e 'Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; ps=PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); include(joinpath("docs", "make.jl"))'

0 comments on commit 0679124

Please sign in to comment.