Skip to content

Commit

Permalink
Merge #14
Browse files Browse the repository at this point in the history
14: Cap Documenter.jl to 0.19 on Travis r=DilumAluthge a=mortenpi

_Hi! This is an automated pull request by @mortenpi._

The next [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl) release (0.20) will make breaking changes to the `makedocs` and `deploydocs` functions. This PR makes sure that your Travis CI runs will install and use Documenter 0.19, so that documentation deployment would not break when 0.20 is released.

Subscribe to JuliaDocs/Documenter.jl#861 to be notified about the 0.20 release. The release will come with release notes detailing how to upgrade your `make.jl` script. Note that the conversation in that issue is locked, so you should not receive any other notifications from there.

If there is a problem with the PR, please tag @mortenpi.


Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>
  • Loading branch information
bors[bot] and mortenpi committed May 14, 2019
2 parents f0bd25a + 5570a53 commit 9742b24
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 @@ -41,7 +41,7 @@ matrix:
#- julia -e 'if VERSION < v"0.7.0-DEV.5183"; Pkg.clone(pwd()); Pkg.build("REDCap"); else using Pkg; Pkg.build(); end'
#- julia -e 'if VERSION < v\"0.7.0-DEV.5183\"; Pkg.add("Test"); Pkg.test("REDCap", coverage=true); else using Pkg; Pkg.add("Test"); Pkg.test(coverage=true); end'
after_success:
- julia -e 'using Pkg; cd(Pkg.dir("REDCap")); Pkg.add("Documenter"); Pkg.add("Literate"); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; cd(Pkg.dir("REDCap")); ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); Pkg.add("Literate"); include(joinpath("docs", "make.jl"))'
# push coverage results to Coveralls
#- julia -e 'using Pkg; cd(Pkg.dir("REDCap")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
Expand Down

0 comments on commit 9742b24

Please sign in to comment.