Skip to content

Commit d0d869b

Browse files
committed
add Documenter commands to travis
1 parent 6f89d71 commit d0d869b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ script:
1414
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
1515
after_success:
1616
- julia -e 'cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
17+
- julia -e 'Pkg.add("Documenter")'
18+
- julia -e 'cd(Pkg.dir("DistributedFactorGraphs.jl")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)