Skip to content

Commit

Permalink
Merge pull request #1 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
adamglos92 committed Oct 19, 2018
2 parents b7bc79d + 3aee81c commit dbccc96
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 @@ -17,6 +17,6 @@ script:
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("QSWalk"); Pkg.test("QSWalk"; coverage=true)'
after_success:
- julia --depwarn=no -e 'using Pkg; cd(Pkg.dir("QSWalk")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'using Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
- julia -e 'using Pkg; cd(Pkg.dir("QSWalk")); include(joinpath("docs", "make.jl"))'

0 comments on commit dbccc96

Please sign in to comment.