Skip to content

Commit

Permalink
Merge pull request #25 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
fjarri authored Oct 17, 2018
2 parents ded9c74 + 76bddcd commit b9aa368
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 @@ -30,4 +30,4 @@ matrix:
after_success:
- julia -e 'import Pkg; cd(Pkg.dir("Jute")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'import Pkg; cd(Pkg.dir("Jute")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())';
- julia -e 'import Pkg; cd(Pkg.dir("Jute")); Pkg.add("Documenter"); include("docs/make.jl")'
- julia -e 'import Pkg; cd(Pkg.dir("Jute")); ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); include("docs/make.jl")'

0 comments on commit b9aa368

Please sign in to comment.