Skip to content

Commit

Permalink
Install document dependencies in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 22, 2018
1 parent c285fd7 commit ab16969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,5 +40,5 @@ after_success:
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("Bifurcations")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
# build documents
- julia --color=yes -e 'Pkg.add("Documenter")'
- julia --color=yes -e 'Pkg.add.(("Documenter", "Plots", "QuickTypes"))'
- julia --color=yes -e 'cd(Pkg.dir("Bifurcations")); include(joinpath("docs", "make.jl"))'

0 comments on commit ab16969

Please sign in to comment.