Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit 2ed63b30080090721bc2d61fde9babad14a1f257
parent 57ef7a52a9bc0a2da1a71c22d073b045237c9821
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 11 Sep 2017 09:42:34 -0400

build documentation after build success on travis

Diffstat:
M.travis.yml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -23,8 +23,9 @@ matrix: before_script: - julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall")' -#after_success: -# - julia -e 'Pkg.add("Documenter")' +after_success: + - julia -e 'Pkg.add("Documenter")' + - julia -e 'cd(Pkg.dir("SeaIce")); include(joinpath("docs", "make.jl"))' deploy: - provider: script