Skip to content

Commit

Permalink
Merge pull request #2 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
tobydriscoll authored Nov 19, 2019
2 parents 948c903 + cbda14a commit b41bd9c
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 @@ -20,5 +20,5 @@ branches:
- master

after_success:
- 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("HaltonSequences")); include(joinpath("docs", "make.jl"))'

2 comments on commit b41bd9c

@tobydriscoll
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:
Trying to resolve issue #3 with dependency issues.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name 0.1.1 already exists and points to a different commit"

Please sign in to comment.