Skip to content

Commit

Permalink
Merge pull request #6 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
rejuvyesh authored Oct 17, 2018
2 parents 3f37fa1 + 0598fd7 commit ab60fa9
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 @@ -14,4 +14,4 @@ notifications:

after_success:
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia --project -e 'import Pkg; Pkg.add("Documenter"); include("docs/make.jl")'
- julia --project -e 'import Pkg; ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps); include("docs/make.jl")'

0 comments on commit ab60fa9

Please sign in to comment.